diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-06-15 06:16:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-06-15 06:16:31 +0000 |
commit | 77e16c6f7647adab057634b43d0803c3bde6ad41 (patch) | |
tree | b1eb350c490b743e6e82755bba84f94f6a854f64 /security/nbaudit/files/patch-nat.c | |
parent | . In the cases where we need gtar, its an EXTRACT_DEPENDS, not a (diff) |
Fix compiler warnings to allow this to run on sparc64.
Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=83002
Diffstat (limited to 'security/nbaudit/files/patch-nat.c')
-rw-r--r-- | security/nbaudit/files/patch-nat.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/nbaudit/files/patch-nat.c b/security/nbaudit/files/patch-nat.c new file mode 100644 index 000000000000..49004103d8cd --- /dev/null +++ b/security/nbaudit/files/patch-nat.c @@ -0,0 +1,11 @@ +diff -ru ../../work/nat10/nat.c ./nat.c +--- nat.c.orig Sun Feb 16 19:18:04 1997 ++++ nat.c Sat Jun 14 23:10:07 2003 +@@ -13,6 +13,7 @@ + #include <varargs.h> + #endif + #include "parse_ip.h" ++#include "includes.h" + + extern char *optarg; + extern int optind; |