Date: Tue, 26 May 1998 15:11:31 -0700 (PDT) From: John Birrell <jb@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 Message-ID: <199805262211.PAA12465@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805262211.PAA12465>