1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/mtr/files/patch-01
Bill Fenner f044a284ce Update to 0.41
PR:		ports/13681
Submitted by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
1999-09-10 16:29:35 +00:00

12 lines
405 B
Plaintext

--- 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;
}
}