diff options
Diffstat (limited to 'security/chkrootkit/patches/patch-ac')
-rw-r--r-- | security/chkrootkit/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/security/chkrootkit/patches/patch-ac b/security/chkrootkit/patches/patch-ac new file mode 100644 index 00000000000..fa73e30aa4a --- /dev/null +++ b/security/chkrootkit/patches/patch-ac @@ -0,0 +1,15 @@ +$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 + |