openbsd-ports/security/nbaudit/patches/patch-nmb_c
sthen e4d475dbda - add some patches from FreeBSD fixing LP64 issues and compatibility with
future compilers

- use a specific userid, not "nobody"
2009-06-19 10:31:20 +00:00

15 lines
325 B
Plaintext

$OpenBSD: patch-nmb_c,v 1.1 2009/06/19 10:31:20 sthen Exp $
newer compilers won't like this
--- nmb.c.orig Fri Jun 19 11:18:31 2009
+++ nmb.c Fri Jun 19 11:18:39 2009
@@ -40,7 +40,6 @@ static fstring tbuf;
#endif /* SCANNER */
int Debug1(char *, ...);
-int Debug1();
int num_good_sends=0;
int num_good_receives=0;