mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
10 lines
345 B
Plaintext
10 lines
345 B
Plaintext
|
--- 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;
|
||
|
}
|