$NetBSD: patch-aa,v 1.4 2005/02/27 22:49:43 wiz Exp $ --- net.c.orig 2005-01-13 09:13:53.000000000 +0100 +++ net.c @@ -305,7 +305,9 @@ void net_send_query(int index) rv = sendto(sendsock, packet, abs(packetsize), 0, remotesockaddr, salen); if (rv >= 0) { +#if 0 fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); +#endif BSDfix = 1; } }