diff options
Diffstat (limited to 'security/audit/files/patch-ad')
-rw-r--r-- | security/audit/files/patch-ad | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/audit/files/patch-ad b/security/audit/files/patch-ad index f89021de5b3d..08738b0a6129 100644 --- a/security/audit/files/patch-ad +++ b/security/audit/files/patch-ad @@ -1,5 +1,5 @@ ---- src/auditd/ia.c.orig Sun Nov 24 05:32:00 2002 -+++ src/auditd/ia.c Sun Nov 24 05:32:23 2002 +--- src/auditd/ia.c.orig 2001-10-10 02:30:11.000000000 +0200 ++++ src/auditd/ia.c 2007-10-17 09:41:34.000000000 +0200 @@ -54,6 +54,10 @@ #include <sysexits.h> #include <unistd.h> @@ -9,5 +9,5 @@ +#include <limits.h> +#endif - #include "version.h" #include "sysdep.h" + #include "packet.h" |