You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
417 B

--- src/lib/lib.h.orig 1999-11-17 21:08:07.000000000 +0100
+++ src/lib/lib.h 2003-07-16 12:51:26.000000000 +0200
@@ -17,9 +17,6 @@
#if HAVE_MALLOC_H
# include <malloc.h>
#elif defined STDC_HEADERS
- extern void free PARAMS ((char *));
- extern char *malloc PARAMS ((int));
- extern char *realloc PARAMS ((char*, int));
#endif
#if 0 /* urg, this is a weird type of basename (), at least on glibc */