diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-23 03:45:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-23 03:45:05 +0000 |
commit | f518c8fa0f8078e2ea2f039215ab3d55312987ec (patch) | |
tree | 557fd730c4bc108057216aafd85bc6fad6861883 /databases/p5-DBZ_File | |
parent | 59b02b9c4e721928cb537d9f99d4ec82a79bbf9d (diff) | |
download | ports-f518c8fa0f8078e2ea2f039215ab3d55312987ec.tar.gz ports-f518c8fa0f8078e2ea2f039215ab3d55312987ec.zip |
Notes
Diffstat (limited to 'databases/p5-DBZ_File')
-rw-r--r-- | databases/p5-DBZ_File/files/dbz.c | 7 |
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(); |