1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/news/fidogate/files/patch-dbz.c
Dirk Meyer 831f3e2b08 - Update to 4.4.5
- Fix build problems on STABLE/CURRENT
2002-07-22 18:04:46 +00:00

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();