From owner-cvs-lib Tue May 26 15:17:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04258 for cvs-lib-outgoing; Tue, 26 May 1998 15:17:48 -0700 (PDT) (envelope-from owner-cvs-lib) 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 PAA04024; Tue, 26 May 1998 15:16:55 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA12465; Tue, 26 May 1998 15:11:31 -0700 (PDT) Date: Tue, 26 May 1998 15:11:31 -0700 (PDT) Message-Id: <199805262211.PAA12465@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_fd.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/26 15:11:31 PDT Modified files: (Branch: RELENG_2_2) lib/libc_r/uthread uthread_fd.c Log: Remove the error test from the call to set the file descriptor to non-blocking. Devices are written inconsistently so it is not practical to test for specific errors to ignore. The most common case when this is a problem is with devices which don't block anyway so failing the open is the wrong thing to do. Revision Changes Path 1.2.2.3 +9 -12 src/lib/libc_r/uthread/uthread_fd.c