Skip to content

Commit 0ff9e8b

Browse files
committed
Don't use malloc.h.
1 parent 35d0d6c commit 0ff9e8b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

devel/jam/distinfo

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
$NetBSD: distinfo,v 1.5 2005/02/23 22:24:16 agc Exp $
1+
$NetBSD: distinfo,v 1.6 2007/08/01 21:53:16 joerg Exp $
22

33
SHA1 (jam-2.5nb1/jam-2.5.zip) = 794a3f4483315c6b9f010f03b592646d3815328c
44
RMD160 (jam-2.5nb1/jam-2.5.zip) = 8e2779e6e41e34d2368e54813e3c92d4604b9e66
55
Size (jam-2.5nb1/jam-2.5.zip) = 191864 bytes
6+
SHA1 (patch-aa) = b24098cda1e4dfc1638df0ba945716de030a7d48

devel/jam/patches/patch-aa

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
$NetBSD: patch-aa,v 1.3 2007/08/01 21:53:16 joerg Exp $
2+
3+
--- jam.h.orig 2007-08-01 21:32:10.000000000 +0000
4+
+++ jam.h
5+
@@ -379,19 +379,7 @@
6+
# include <memory.h>
7+
# endif
8+
9+
-# ifndef OS_ULTRIX
10+
# include <stdlib.h>
11+
-# endif
12+
-
13+
-# if !defined(OS_BSDI) && \
14+
- !defined(OS_FREEBSD) && \
15+
- !defined(OS_NEXT) && \
16+
- !defined(OS_MACHTEN) && \
17+
- !defined(OS_MACOSX) && \
18+
- !defined(OS_RHAPSODY) && \
19+
- !defined(OS_MVS)
20+
-# include <malloc.h>
21+
-# endif
22+
23+
# endif
24+

0 commit comments

Comments
 (0)