blob: fb07c6eb309afd96810c8b377fb618c2542e631e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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();
|