diff options
Diffstat (limited to 'news/fidogate4/files/patch-dbz.c')
-rw-r--r-- | news/fidogate4/files/patch-dbz.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/fidogate4/files/patch-dbz.c b/news/fidogate4/files/patch-dbz.c new file mode 100644 index 000000000000..fb07c6eb309a --- /dev/null +++ b/news/fidogate4/files/patch-dbz.c @@ -0,0 +1,13 @@ +--- src/toss/dbz.c.orig 2000-10-18 21:53:57 UTC ++++ src/toss/dbz.c +@@ -300,8 +300,10 @@ static int debug; /* controlled by dbz + #endif + + /* externals used */ ++#ifndef __FreeBSD__ + extern char *malloc(); + extern char *calloc(); ++#endif + extern void free(); /* ANSI C; some old implementations say int */ + extern int atoi(); + extern long atol(); |