mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
16a624c849
without flooding the network.
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
--- fping.c.orig Tue Mar 25 01:24:16 1997
|
|
+++ fping.c Tue Mar 25 01:24:02 1997
|
|
@@ -185,7 +185,9 @@
|
|
|
|
extern char *optarg;
|
|
extern int optind,opterr;
|
|
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
|
|
extern char *sys_errlist[];
|
|
+#endif
|
|
|
|
|
|
#ifdef __cplusplus
|