From owner-cvs-lib Tue Apr 1 14:44:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA08836 for cvs-lib-outgoing; Tue, 1 Apr 1997 14:44:25 -0800 (PST) Received: (from jb@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA08819; Tue, 1 Apr 1997 14:44:22 -0800 (PST) Date: Tue, 1 Apr 1997 14:44:22 -0800 (PST) From: John Birrell Message-Id: <199704012244.OAA08819@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc_r/uthread uthread_read.c uthread_readv.c uthread_write.c uthread_writev.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 97/04/01 14:44:21 Modified: lib/libc_r/uthread uthread_read.c uthread_readv.c uthread_write.c uthread_writev.c Log: Add parentheses to make blocking mode work. Revision Changes Path 1.3 +3 -1 src/lib/libc_r/uthread/uthread_read.c 1.3 +3 -1 src/lib/libc_r/uthread/uthread_readv.c 1.3 +3 -1 src/lib/libc_r/uthread/uthread_write.c 1.3 +3 -1 src/lib/libc_r/uthread/uthread_writev.c