diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 09:03:29 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 09:03:29 +0000 |
| commit | 29995e67bab90e35d0ff0fd868f0e2ee4a5e3962 (patch) | |
| tree | 137c03b893b470f4bb4483ffa2bcf01528eb7f8e /security/audit/files/patch-ac | |
| parent | added webalizer slave-ports. (diff) | |
Make security/audit compiling on -current again
Noticed by: bento
PR: ports/45667
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'security/audit/files/patch-ac')
| -rw-r--r-- | security/audit/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/audit/files/patch-ac b/security/audit/files/patch-ac new file mode 100644 index 000000000000..495d981dc14f --- /dev/null +++ b/security/audit/files/patch-ac @@ -0,0 +1,13 @@ +--- src/auditd/auditd.c.orig Sun Nov 24 05:22:21 2002 ++++ src/auditd/auditd.c Sun Nov 24 05:25:39 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" |
