diff options
Diffstat (limited to 'net/mtr/patches/patch-aa')
-rw-r--r-- | net/mtr/patches/patch-aa | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/mtr/patches/patch-aa b/net/mtr/patches/patch-aa deleted file mode 100644 index e55f5d89646..00000000000 --- a/net/mtr/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2005/02/27 22:49:43 wiz Exp $ - ---- net.c.orig 2005-01-13 09:13:53.000000000 +0100 -+++ net.c -@@ -305,7 +305,9 @@ void net_send_query(int index) - rv = sendto(sendsock, packet, abs(packetsize), 0, - remotesockaddr, salen); - if (rv >= 0) { -+#if 0 - fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); -+#endif - BSDfix = 1; - } - } |