mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
831f3e2b08
- Fix build problems on STABLE/CURRENT
14 lines
333 B
C
14 lines
333 B
C
--- 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();
|