cvs commit: apache-2.0/src/lib/apr/test testproc.c

2000-01-10 Thread bjh
bjh 00/01/10 08:01:58 Modified:src/lib/apr/test testproc.c Log: I don't think sleeping for 1000 seconds is what we want to do here. Switch it for a child wait which is more appropriate and tests another function. Revision ChangesPath 1.10 +7 -1

cvs commit: apache-2.0/src/lib/apr/test testproc.c

1999-12-30 Thread rbb
rbb 99/12/30 11:45:41 Modified:src/lib/apr/test testproc.c Log: Fix a minor bug in testproc. We always call sleep, and it is defined to be Sleep on Windows. Revision ChangesPath 1.8 +1 -1 apache-2.0/src/lib/apr/test/testproc.c Index: testproc.c