summaryrefslogtreecommitdiff
path: root/net/mtr-gtk/patches/patch-aa
blob: e55f5d8964629f668e8c0ee34e4ecbdf6c37c964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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;
     }
   }