summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-08-23 03:45:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-08-23 03:45:05 +0000
commitf518c8fa0f8078e2ea2f039215ab3d55312987ec (patch)
tree557fd730c4bc108057216aafd85bc6fad6861883
parentChase <machine/souncard.h> -> <sys/soundcard.h> (diff)
Don't redeclare functions defined in <stdlib.h>
Noticed by: bento
Notes
Notes: svn path=/head/; revision=64855
-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();