aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/diffstat/files
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-05-19 16:14:32 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-05-19 16:14:32 +0800
commitf0ec171a9f440cc19267771512753af7119c24e2 (patch)
tree796038b360c4b67a4000765691da669e22146aab /textproc/diffstat/files
parent1405a27f295ea7afd30dd4da04d5d2f765e0fc7b (diff)
downloadfreebsd-ports-gnome-f0ec171a9f440cc19267771512753af7119c24e2.tar.gz
freebsd-ports-gnome-f0ec171a9f440cc19267771512753af7119c24e2.tar.zst
freebsd-ports-gnome-f0ec171a9f440cc19267771512753af7119c24e2.zip
Update to 1.28
PR: 18462 Submitted by: maintainer
Diffstat (limited to 'textproc/diffstat/files')
-rw-r--r--textproc/diffstat/files/patch-ad18
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