cvs commit: apache-2.0/src/lib/apr/time/unix Makefile.in access.c atime.h time.c

1999-12-03 Thread rbb
rbb 99/12/03 07:18:52 Modified:src/lib/apr/file_io/unix Makefile.in dir.c fileacc.c filedup.c fileio.h open.c pipe.c readwrite.c seek.c src/lib/apr/lib Makefile.in src/lib/apr/locks/unix Makefile.in crossproc.c intraproc.c

Re: cvs commit: apache-2.0/src/lib/apr/time/unix Makefile.in access.c atime.h time.c

1999-12-03 Thread Ryan Bloom
On 3 Dec 1999 [EMAIL PROTECTED] wrote: Log: Fix the logic in blocking vs non-blocking pipes to children. It only makes sense to change the blocking attributes of a pipe if we actually are successful in creating the pipe. My bad, I thought I had committed all of the other changes I