freebsd-ports/security/audit/files/patch-src_include_sysdep.h
Johan van Selst 996f4eccd7 - 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.
2007-10-17 08:35:03 +00:00

13 lines
350 B
C

--- 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 */