From owner-cvs-all Sat May 2 08:54:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11319 for cvs-all-outgoing; Sat, 2 May 1998 08:54:14 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11300; Sat, 2 May 1998 08:54:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA18227; Sat, 2 May 1998 08:51:56 -0700 (PDT) Date: Sat, 2 May 1998 08:51:56 -0700 (PDT) Message-Id: <199805021551.IAA18227@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/net res_send.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/05/02 08:51:56 PDT Modified files: lib/libc/net res_send.c Log: Resolve some unexpected differences when comparing with the 2.2 version. One bug was relatively harmless (select's timeout had an uninitialized tv_usec), the other I'm not so sure.. (neglected to catch select returns less than zero). Both of these were irrelevant on kernels with poll(). Revision Changes Path 1.22 +10 -2 src/lib/libc/net/res_send.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message