From 43a669e9bc0599dfd267f60824e9f1bb27b2ea8d Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Fri, 18 Feb 2000 04:12:57 +0000 Subject: * Fix for 'warning: function declaration isn't a prototype' warnings * Properly symlink during install PR: 16757 Submitted by: Maintainer --- textproc/diffstat/files/patch-ad | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 textproc/diffstat/files/patch-ad (limited to 'textproc') 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 + #else +-extern char *malloc(); + #endif + + #if HAVE_GETOPT_H + #include + #else +-extern int getopt(); + extern char *optarg; + extern int optind; + #endif -- cgit v1.2.3