1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Don't redeclare functions defined in <stdlib.h>

Noticed by:	bento
This commit is contained in:
Kris Kennaway 2002-08-23 03:45:05 +00:00
parent 59b02b9c4e
commit f518c8fa0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64855

View File

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