mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 06:45:30 -04:00
16 lines
475 B
Plaintext
16 lines
475 B
Plaintext
$NetBSD: patch-ac,v 1.3 2006/01/19 23:42:11 joerg Exp $
|
|
|
|
--- chkdirs.c.orig 2006-01-19 23:40:21.000000000 +0000
|
|
+++ chkdirs.c
|
|
@@ -25,9 +25,8 @@
|
|
|
|
*/
|
|
|
|
-#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__sun) || defined (hpux) || defined (__bsdi__) || defined (bsdi) || defined (__APPLE__)
|
|
#include <limits.h>
|
|
-#elif defined(__APPLE__) && defined(__MACH__)
|
|
+#if defined(__APPLE__) && defined(__MACH__)
|
|
#include <sys/syslimits.h>
|
|
#endif
|
|
|