summaryrefslogtreecommitdiff
path: root/net/mtr/patches/patch-01
blob: c8a9491b005d5c082d6fb217c9d4ea03f52ee2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-01,v 1.2 1999/12/04 16:50:11 sommerfeld 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;
     }
   }