summaryrefslogtreecommitdiff
path: root/net/fping/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/fping/patches/patch-aa')
-rw-r--r--net/fping/patches/patch-aa18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/fping/patches/patch-aa b/net/fping/patches/patch-aa
deleted file mode 100644
index 53a8df55305..00000000000
--- a/net/fping/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2016/11/01 14:53:29 adam Exp $
-
-Fix for NetBSD-alpha.
-
---- src/fping.c.orig 2015-10-21 19:02:56.000000000 +0000
-+++ src/fping.c
-@@ -1493,8 +1493,10 @@ int wait_for_reply(long wait_time)
- ip = ( struct ip* )buffer;
-
- #ifndef IPV6
--#if defined( __alpha__ ) && __STDC__ && !defined( __GLIBC__ )
-+#if defined( __alpha__ ) && __STDC__ && !defined( __GLIBC__ ) && !defined( __NetBSD__ )
- /* The alpha headers are decidedly broken.
-+ * XXX _WHAT_ 'alpha'? OSF? True64? Linux?... Certainly not NetBSD
-+ * XXX If defining for a particular broken OS then _include the OS_.
- * Using an ANSI compiler, it provides ip_vhl instead of ip_hl and
- * ip_v. So, to get ip_hl, we mask off the bottom four bits.
- */