mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
07b881cb33
PR: 18462 Submitted by: maintainer
17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
--- 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
|