summaryrefslogtreecommitdiff
path: root/net/mtr-gtk/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/mtr-gtk/patches/patch-aa')
-rw-r--r--net/mtr-gtk/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/mtr-gtk/patches/patch-aa b/net/mtr-gtk/patches/patch-aa
deleted file mode 100644
index e55f5d89646..00000000000
--- a/net/mtr-gtk/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;
- }
- }