aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-08-23 11:45:05 +0800
committerkris <kris@FreeBSD.org>2002-08-23 11:45:05 +0800
commit0812f14ae8e477c0b70e86ab63526887c5884b48 (patch)
tree3c6221bf3d0a80248cdef13a45b4ca4329b8dd60 /databases
parentfbd4cfaf6fb6bf033786df984c7c3bdb122b8d8e (diff)
downloadfreebsd-ports-gnome-0812f14ae8e477c0b70e86ab63526887c5884b48.tar.gz
freebsd-ports-gnome-0812f14ae8e477c0b70e86ab63526887c5884b48.tar.zst
freebsd-ports-gnome-0812f14ae8e477c0b70e86ab63526887c5884b48.zip
Don't redeclare functions defined in <stdlib.h>
Noticed by: bento
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBZ_File/files/dbz.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/databases/p5-DBZ_File/files/dbz.c b/databases/p5-DBZ_File/files/dbz.c
index b1df400a9054..106dd52245bc 100644
--- a/databases/p5-DBZ_File/files/dbz.c
+++ b/databases/p5-DBZ_File/files/dbz.c
@@ -305,13 +305,6 @@ static int debug; /* controlled by dbzdebug() */
#define Debug(args) ;
#endif
-/* externals used */
-extern char *malloc();
-extern char *calloc();
-extern void free(); /* ANSI C; some old implementations say int */
-extern int atoi();
-extern long atol();
-
/* misc. forwards */
static long hash();
static void crcinit();