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, 14 insertions, 0 deletions
diff --git a/net/mtr-gtk/patches/patch-aa b/net/mtr-gtk/patches/patch-aa
new file mode 100644
index 00000000000..17f4028c569
--- /dev/null
+++ b/net/mtr-gtk/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/10/16 15:11:00 agc Exp $
+
+--- net.c.orig Fri Aug 13 18:46:49 1999
++++ net.c Sat Dec 4 11:44:33 1999
+@@ -213,7 +213,9 @@
+ rv = sendto(sendsock, packet, packetsize, 0,
+ (struct sockaddr *)&remoteaddress, sizeof(remoteaddress));
+ if (rv >= 0) {
++#if 0
+ fprintf (stderr, "You've got a broken (FreeBSD?) system\n");
++#endif
+ BSDfix = 1;
+ }
+ }