diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-15 14:40:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-15 14:40:58 +0000 |
commit | 37f8349dd4cd306514041ab0cb5e5aad823ca2cc (patch) | |
tree | ff9de9fe243e35cba0965c57638b2d26ab1c3aaa /security/nbaudit | |
parent | Correct the version number range affected for Mozilla 1.8 alphas. (diff) |
Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=116261
Diffstat (limited to 'security/nbaudit')
-rw-r--r-- | security/nbaudit/files/patch-nmb.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/nbaudit/files/patch-nmb.c b/security/nbaudit/files/patch-nmb.c new file mode 100644 index 000000000000..3492b9b4989d --- /dev/null +++ b/security/nbaudit/files/patch-nmb.c @@ -0,0 +1,10 @@ +--- nmb.c.orig Sun Jun 13 21:08:40 2004 ++++ nmb.c Sun Jun 13 21:09:17 2004 +@@ -40,7 +40,6 @@ + #endif /* SCANNER */ + + int Debug1(char *, ...); +-int Debug1(); + + int num_good_sends=0; + int num_good_receives=0; |