summaryrefslogtreecommitdiff
path: root/net/mtr/files/patch-01
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-07-14 10:24:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-07-14 10:24:29 +0000
commit708be082fd8039ef442a4d6856740e19ee0cc32b (patch)
treedec23732611bd7f30dd0d877c190861345280387 /net/mtr/files/patch-01
parentRetire netscape45 in favor of netscape46. (diff)
After I pointed out to the `mtr' author that FreeBSD binaries are available,
he asked me why we were two versions behind... hummm.., not any more. :-)
Notes
Notes: svn path=/head/; revision=20194
Diffstat (limited to 'net/mtr/files/patch-01')
-rw-r--r--net/mtr/files/patch-019
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;
+ }