aboutsummaryrefslogtreecommitdiff
path: root/textproc/diffstat
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-18 04:12:57 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-18 04:12:57 +0000
commit43a669e9bc0599dfd267f60824e9f1bb27b2ea8d (patch)
treeab489c753d97bf2f41ad3fe87762d30f091db4a6 /textproc/diffstat
parent14afa1d69259517fff6dad51a8b096291edeb00e (diff)
downloadports-43a669e9bc0599dfd267f60824e9f1bb27b2ea8d.tar.gz
ports-43a669e9bc0599dfd267f60824e9f1bb27b2ea8d.zip
Notes
Diffstat (limited to 'textproc/diffstat')
-rw-r--r--textproc/diffstat/files/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/diffstat/files/patch-ad b/textproc/diffstat/files/patch-ad
new file mode 100644
index 000000000000..699ca11f1f0c
--- /dev/null
+++ b/textproc/diffstat/files/patch-ad
@@ -0,0 +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
+ #include <malloc.h>
+ #else
+-extern char *malloc();
+ #endif
+
+ #if HAVE_GETOPT_H
+ #include <getopt.h>
+ #else
+-extern int getopt();
+ extern char *optarg;
+ extern int optind;
+ #endif