diff options
Diffstat (limited to 'news/fidogate/files/patch-dbz.c')
-rw-r--r-- | news/fidogate/files/patch-dbz.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/fidogate/files/patch-dbz.c b/news/fidogate/files/patch-dbz.c new file mode 100644 index 000000000000..98aa792b21b9 --- /dev/null +++ b/news/fidogate/files/patch-dbz.c @@ -0,0 +1,13 @@ +--- src/toss/dbz.c.orig Wed Oct 18 23:53:57 2000 ++++ src/toss/dbz.c Mon Jul 22 19:52:59 2002 +@@ -300,8 +300,10 @@ + #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(); |