blob: 651add54d7a8ef19f680cf78b802deb72026964a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- net.c.orig Mon Mar 29 20:18:08 2004
+++ net.c Mon Mar 29 20:18:34 2004
@@ -178,7 +178,7 @@
}
-static int BSDfix = 0;
+static int BSDfix = 1;
int new_sequence(int index) {
static int next_sequence = 0;
@@ -261,7 +261,7 @@
#endif
);
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;
}
}
|