summaryrefslogtreecommitdiff
path: root/net/mtr/patches/patch-aa
blob: 75fb4e8f3979336d66a155bf65ce93b42091ce4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.3 2004/10/27 16:18:31 wiz Exp $

--- net.c.orig	2004-10-27 10:04:07.000000000 -0400
+++ net.c	2004-10-27 10:12:18.000000000 -0400
@@ -249,7 +249,9 @@
     rv = sendto(sendsock, packet, abs(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;
     }
   }