freebsd-ports/textproc/diffstat/files/patch-ad
Chris Piazza 07b881cb33 Update to 1.28
PR:		18462
Submitted by:	maintainer
2000-05-19 08:14:32 +00:00

16 lines
311 B
Text

--- 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