mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
27 lines
524 B
Plaintext
27 lines
524 B
Plaintext
$NetBSD: patch-aa,v 1.5 2012/12/26 18:51:47 ryoon Exp $
|
|
|
|
Beware of DOS linebreaks.
|
|
|
|
--- jam.h.orig 2006-06-05 10:52:05.000000000 +0000
|
|
+++ jam.h
|
|
@@ -379,19 +379,8 @@
|
|
# 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
|
|
|