mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
16 lines
305 B
Text
16 lines
305 B
Text
--- 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
|