freebsd-ports/security/audit/files/patch-af
Edwin Groothuis 29995e67ba Make security/audit compiling on -current again
Noticed by: bento

PR:		ports/45667
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2002-11-24 09:03:29 +00:00

12 lines
317 B
Text

--- src/modules/attr/pgsql/attr_pgsql.c.orig Sun Nov 24 06:02:19 2002
+++ src/modules/attr/pgsql/attr_pgsql.c Sun Nov 24 06:02:28 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>