Skip to content

Commit

Permalink
Don't use malloc.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Aug 1, 2007
1 parent 35d0d6c commit 0ff9e8b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/jam/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.5 2005/02/23 22:24:16 agc Exp $
$NetBSD: distinfo,v 1.6 2007/08/01 21:53:16 joerg Exp $

SHA1 (jam-2.5nb1/jam-2.5.zip) = 794a3f4483315c6b9f010f03b592646d3815328c
RMD160 (jam-2.5nb1/jam-2.5.zip) = 8e2779e6e41e34d2368e54813e3c92d4604b9e66
Size (jam-2.5nb1/jam-2.5.zip) = 191864 bytes
SHA1 (patch-aa) = b24098cda1e4dfc1638df0ba945716de030a7d48
24 changes: 24 additions & 0 deletions devel/jam/patches/patch-aa
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
$NetBSD: patch-aa,v 1.3 2007/08/01 21:53:16 joerg Exp $

--- jam.h.orig 2007-08-01 21:32:10.000000000 +0000
+++ jam.h
@@ -379,19 +379,7 @@
# include <memory.h>
# endif

-# ifndef OS_ULTRIX
# include <stdlib.h>
-# endif
-
-# if !defined(OS_BSDI) && \
- !defined(OS_FREEBSD) && \
- !defined(OS_NEXT) && \
- !defined(OS_MACHTEN) && \
- !defined(OS_MACOSX) && \
- !defined(OS_RHAPSODY) && \
- !defined(OS_MVS)
-# include <malloc.h>
-# endif

# endif

0 comments on commit 0ff9e8b

Please sign in to comment.