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-ae | |
| 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-ae')
| -rw-r--r-- | security/audit/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/audit/files/patch-ae b/security/audit/files/patch-ae new file mode 100644 index 000000000000..acbc497ebe23 --- /dev/null +++ b/security/audit/files/patch-ae @@ -0,0 +1,12 @@ +--- src/modules/attr/mysql/attr_mysql.c.orig Sun Nov 24 06:01:45 2002 ++++ src/modules/attr/mysql/attr_mysql.c Sun Nov 24 06:01:58 2002 +@@ -35,6 +35,9 @@ + */ + + #include <sys/param.h> ++#if defined(__FreeBSD__) && (__FreeBSD_version >= 500035) ++#include <limits.h> ++#endif + + #ifdef __linux__ + #include <netinet/in.h> |
