summaryrefslogtreecommitdiff
path: root/security/audit/files/patch-src_include_sysdep.h
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2007-10-17 08:35:03 +0000
committerJohan van Selst <johans@FreeBSD.org>2007-10-17 08:35:03 +0000
commit996f4eccd712d958a8e286583e0308aabfa066be (patch)
tree8f63ff7e68885b522aec7ff721753afbc093fdd8 /security/audit/files/patch-src_include_sysdep.h
parentUpdate 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.
Diffstat (limited to 'security/audit/files/patch-src_include_sysdep.h')
-rw-r--r--security/audit/files/patch-src_include_sysdep.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/audit/files/patch-src_include_sysdep.h b/security/audit/files/patch-src_include_sysdep.h
new file mode 100644
index 000000000000..d33f3c733d1c
--- /dev/null
+++ b/security/audit/files/patch-src_include_sysdep.h
@@ -0,0 +1,13 @@
+--- src/include/sysdep.h.orig 2007-10-17 09:51:14.000000000 +0200
++++ src/include/sysdep.h 2007-10-17 09:50:32.000000000 +0200
+@@ -96,10 +96,6 @@ size_t strlcat (char *, const char *, si
+ #define _PASSWORD_LEN 128
+ #endif
+
+-#if defined(__FreeBSD__)
+-typedef int32_t in_addr_t;
+-#endif /* __FreeBSD__ */
+-
+ int init_socket ();
+
+ #endif /* SYSDEP */