diff options
Diffstat (limited to 'net/mtr/files/patch-01')
-rw-r--r-- | net/mtr/files/patch-01 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/mtr/files/patch-01 b/net/mtr/files/patch-01 new file mode 100644 index 000000000000..a6c39e7a37ff --- /dev/null +++ b/net/mtr/files/patch-01 @@ -0,0 +1,9 @@ +--- net.c.orig Wed Jun 9 11:06:27 1999 ++++ net.c Wed Jul 14 02:03:23 1999 +@@ -205,5 +205,5 @@ + (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"); */ + BSDfix = 1; + } |