diff options
Diffstat (limited to 'net/mtr/files/patch-01')
-rw-r--r-- | net/mtr/files/patch-01 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/net/mtr/files/patch-01 b/net/mtr/files/patch-01 index ca71612..651add5 100644 --- a/net/mtr/files/patch-01 +++ b/net/mtr/files/patch-01 @@ -1,8 +1,17 @@ ---- 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)); +--- net.c.orig Mon Mar 29 20:18:08 2004 ++++ net.c Mon Mar 29 20:18:34 2004 +@@ -178,7 +178,7 @@ + } + + +-static int BSDfix = 0; ++static int BSDfix = 1; + + int new_sequence(int index) { + static int next_sequence = 0; +@@ -261,7 +261,7 @@ + #endif + ); if (rv >= 0) { - fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); +/* fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); */ |