diff options
author | Johan van Selst <johans@FreeBSD.org> | 2007-10-17 08:35:03 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2007-10-17 08:35:03 +0000 |
commit | 996f4eccd712d958a8e286583e0308aabfa066be (patch) | |
tree | 8f63ff7e68885b522aec7ff721753afbc093fdd8 /security/audit/files/patch-ad | |
parent | Update to 0.15 (diff) |
- Update patchfiles to match latest release (Nov 2001)
- Fix MASTER_SITES (adding local mirror)
The old master sites referenced distinct distfiles with the same filename.
Primary site carries the latest version which includes minor bugfixes.
Patches in previous commit were broken as they matched the older release.
Notes
Notes:
svn path=/head/; revision=201596
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" |