summaryrefslogtreecommitdiff
path: root/textproc/diffstat/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/diffstat/files/patch-ad')
-rw-r--r--textproc/diffstat/files/patch-ad16
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/diffstat/files/patch-ad b/textproc/diffstat/files/patch-ad
deleted file mode 100644
index 17d4f233a53b..000000000000
--- a/textproc/diffstat/files/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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