diff options
Diffstat (limited to 'security/audit/files/patch-ad')
-rw-r--r-- | security/audit/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/audit/files/patch-ad b/security/audit/files/patch-ad new file mode 100644 index 000000000000..f89021de5b3d --- /dev/null +++ b/security/audit/files/patch-ad @@ -0,0 +1,13 @@ +--- src/auditd/ia.c.orig Sun Nov 24 05:32:00 2002 ++++ src/auditd/ia.c Sun Nov 24 05:32:23 2002 +@@ -54,6 +54,10 @@ + #include <sysexits.h> + #include <unistd.h> + #include <openssl/evp.h> ++#include <sys/param.h> ++#if defined(__FreeBSD__) && (__FreeBSD_version >= 500035) ++#include <limits.h> ++#endif + + #include "version.h" + #include "sysdep.h" |