summaryrefslogtreecommitdiff
path: root/textproc/diffstat/files/patch-ad
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-30 13:15:46 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-30 13:15:46 +0000
commit8af306aa5a2af4fe3b0f096830c5b1bc0f4aaa7b (patch)
treeca46f806e253cdd7cfe3ebd69d0ae34e7908ed45 /textproc/diffstat/files/patch-ad
parentreset maintainer to ports@ (diff)
- Update to 1.41
PR: ports/85738 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer timeout (25 days)
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