1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/mtr/files/patch-01

12 lines
405 B
Plaintext
Raw Normal View History

--- 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"); */
BSDfix = 1;
}
}