mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
14 lines
705 B
Plaintext
14 lines
705 B
Plaintext
$NetBSD: patch-ad,v 1.3 2014/01/17 02:33:20 asau Exp $
|
|
|
|
--- SRC/h.h.orig Fri Jul 25 23:21:58 2003
|
|
+++ SRC/h.h Fri Jul 25 23:24:06 2003
|
|
@@ -195,7 +195,7 @@
|
|
#if !(defined(__linux__) && defined (__GLIBC__) && __GLIBC__ >= 2)
|
|
#include <nlist.h>
|
|
#endif
|
|
-#if ( defined(i386) || defined(__MACH__) || defined(sun) || defined(solaris) || defined (SOLARIS23) || defined (SOLARIS24) || defined (SOLARIS25) || defined(NeXT) )
|
|
+#if ( defined(i386) || defined(__MACH__) || defined(sun) || defined(solaris) || defined (SOLARIS23) || defined (SOLARIS24) || defined (SOLARIS25) || defined(NeXT) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__))
|
|
/* empty */
|
|
#else
|
|
#include <sys/sysinfo.h>
|