1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- diffstat.c.orig Wed Mar 29 16:01:19 2000 +++ diffstat.c Mon May 8 23:28:20 2000 @@ -92,13 +92,11 @@ #ifdef HAVE_MALLOC_H #include <malloc.h> #else -extern char *malloc(); #endif #ifdef HAVE_GETOPT_H #include <getopt.h> #else -extern int getopt(); extern char *optarg; extern int optind; #endif