049b514627
sys/syslimits.h though.
15 lines
475 B
Text
15 lines
475 B
Text
$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
|
|
|