Skip to content

Commit

Permalink
Fix for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
abs committed Aug 23, 2001
1 parent 7a733e9 commit 3f3d085
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions net/fping/distinfo
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2001/04/21 11:23:15 wiz Exp $
$NetBSD: distinfo,v 1.3 2001/08/23 17:15:15 abs Exp $

SHA1 (fping/part01.Z) = 5da77db8996539095e4da7b253f0f80b6f3896bc
Size (fping/part01.Z) = 21232 bytes
SHA1 (patch-aa) = 8f4708bb6a2c869ee32d06d318104d9b2c04a00e
SHA1 (patch-ab) = adbd934d37550e3268f3ba8bdaa8d675fda70978
SHA1 (patch-ac) = 8c380714dc73a57b2571bbeb51f5f8b660b786e7
SHA1 (patch-aa) = 2bb877107a2d2b01197d45170f5ef17d2b2a6e40
SHA1 (patch-ab) = 27e9dd5012839d0e7dab2b9b47a154f390193e3d
SHA1 (patch-ac) = b7f2d0ca9df377fedf8dc5db70a6076750afe9dd
4 changes: 2 additions & 2 deletions net/fping/patches/patch-aa
@@ -1,6 +1,6 @@
$NetBSD: patch-aa,v 1.2 2001/01/28 04:03:25 hubertf Exp $
$NetBSD: patch-aa,v 1.3 2001/08/23 17:15:15 abs Exp $

--- Makefile.orig Sun Jan 28 04:58:52 2001
--- Makefile.orig Thu Aug 23 18:10:14 2001
+++ Makefile
@@ -2,10 +2,10 @@
PROG= fping
Expand Down
8 changes: 4 additions & 4 deletions net/fping/patches/patch-ab
@@ -1,12 +1,12 @@
$NetBSD: patch-ab,v 1.1.1.1 2000/05/19 10:20:36 abs Exp $
$NetBSD: patch-ab,v 1.2 2001/08/23 17:15:15 abs Exp $

--- fping.c.orig Mon Sep 20 13:10:23 1999
+++ fping.c Mon Sep 20 13:15:05 1999
--- fping.c.orig Thu Aug 23 18:10:14 2001
+++ fping.c
@@ -185,7 +185,9 @@

extern char *optarg;
extern int optind,opterr;
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__linux__)
extern char *sys_errlist[];
+#endif

Expand Down
6 changes: 3 additions & 3 deletions net/fping/patches/patch-ac
@@ -1,7 +1,7 @@
$NetBSD: patch-ac,v 1.1.1.1 2000/05/19 10:20:36 abs Exp $
$NetBSD: patch-ac,v 1.2 2001/08/23 17:15:15 abs Exp $

--- fping.man.orig Sat Jan 22 15:46:58 2000
+++ fping.man Sat Jan 22 15:47:38 2000
--- fping.man.orig Thu Aug 23 18:10:14 2001
+++ fping.man
@@ -1,4 +1,4 @@
-.TH fping l
+.TH fping 8
Expand Down

0 comments on commit 3f3d085

Please sign in to comment.