diff options
Diffstat (limited to 'textproc/diffstat/files/patch-ad')
-rw-r--r-- | textproc/diffstat/files/patch-ad | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/diffstat/files/patch-ad b/textproc/diffstat/files/patch-ad index 699ca11f1f0c..17d4f233a53b 100644 --- a/textproc/diffstat/files/patch-ad +++ b/textproc/diffstat/files/patch-ad @@ -1,16 +1,16 @@ ---- diffstat.c.orig Sun May 17 05:07:38 1998 -+++ diffstat.c Wed Feb 16 11:20:00 2000 -@@ -83,13 +83,11 @@ - #if HAVE_MALLOC_H +--- 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(); +-extern char *malloc(); #endif - #if HAVE_GETOPT_H + #ifdef HAVE_GETOPT_H #include <getopt.h> #else --extern int getopt(); - extern char *optarg; - extern int optind; +-extern int getopt(); + extern char *optarg; + extern int optind; #endif |