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