summaryrefslogtreecommitdiff
path: root/net/fping/files/patch-02
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-25 09:58:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-25 09:58:02 +0000
commit16a624c8497d110dd95e4fb049fee5320bef3804 (patch)
treef9b7d54cf638f66b27756d3957ec8aa5b641338a /net/fping/files/patch-02
parentprevious was a bogus commit. Important lines accidently got deleted. (diff)
A tool to quickly ping N number of hosts to determine their reachability
without flooding the network.
Notes
Notes: svn path=/head/; revision=6006
Diffstat (limited to 'net/fping/files/patch-02')
-rw-r--r--net/fping/files/patch-0212
1 files changed, 12 insertions, 0 deletions
diff --git a/net/fping/files/patch-02 b/net/fping/files/patch-02
new file mode 100644
index 000000000000..10ca57b2785c
--- /dev/null
+++ b/net/fping/files/patch-02
@@ -0,0 +1,12 @@
+--- 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