1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/audit/files/patch-ad
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

14 lines
341 B
Plaintext

--- 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"