summaryrefslogtreecommitdiff
path: root/net/mtr/files/patch-01
diff options
context:
space:
mode:
Diffstat (limited to 'net/mtr/files/patch-01')
-rw-r--r--net/mtr/files/patch-0110
1 files changed, 6 insertions, 4 deletions
diff --git a/net/mtr/files/patch-01 b/net/mtr/files/patch-01
index a6c39e7a37ff..ca7161240942 100644
--- a/net/mtr/files/patch-01
+++ b/net/mtr/files/patch-01
@@ -1,9 +1,11 @@
---- net.c.orig Wed Jun 9 11:06:27 1999
-+++ net.c Wed Jul 14 02:03:23 1999
-@@ -205,5 +205,5 @@
+--- net.c.orig Wed Jun 9 11:06:27 1999
++++ net.c Wed Jul 14 02:03:23 1999
+@@ -213,7 +213,7 @@
+ rv = sendto(sendsock, packet, packetsize, 0,
(struct sockaddr *)&remoteaddress, sizeof(remoteaddress));
if (rv >= 0) {
- fprintf (stderr, "You've got a broken (FreeBSD?) system\n");
-+ /* fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); */
++/* fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); */
BSDfix = 1;
}
+ }