diff options
Diffstat (limited to 'security/nbaudit/files/patch-includes.h')
-rw-r--r-- | security/nbaudit/files/patch-includes.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/nbaudit/files/patch-includes.h b/security/nbaudit/files/patch-includes.h new file mode 100644 index 000000000000..5fd3874b4e48 --- /dev/null +++ b/security/nbaudit/files/patch-includes.h @@ -0,0 +1,28 @@ +diff -ru ../../work/nat10/includes.h ./includes.h +--- includes.h.orig Sun Feb 16 19:18:04 1997 ++++ includes.h Sat Jun 14 23:10:49 2003 +@@ -466,13 +466,15 @@ + + + #ifdef FreeBSD +-#include <strings.h> ++#include <string.h> + #include <netinet/tcp.h> + #include <netinet/in_systm.h> + #include <netinet/ip.h> ++#include <dirent.h> + #define SIGNAL_CAST (void (*)()) +-#define USE_DIRECT + #define REPLACE_INNETGR ++#define HAVE_MEMMOVE ++#define HAVE_BZERO + #endif + + +@@ -1121,3 +1123,6 @@ + #endif + + #endif ++ ++char * Get_Hostbyaddr (struct in_addr ip); ++struct ipstr *parse_ip(char *); |