You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2003/11/05 10:16:44 UTC

cvs commit: apr/test Makefile.in testall.c

jorton      2003/11/05 01:16:44

  Modified:    threadproc/unix proc.c
               test     Makefile.in testall.c
  Log:
  Really fix the build again.
  
  Revision  Changes    Path
  1.69      +0 -2      apr/threadproc/unix/proc.c
  
  Index: proc.c
  ===================================================================
  RCS file: /home/cvs/apr/threadproc/unix/proc.c,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -u -r1.68 -r1.69
  --- proc.c	3 Nov 2003 17:50:37 -0000	1.68
  +++ proc.c	5 Nov 2003 09:16:44 -0000	1.69
  @@ -233,8 +233,6 @@
           proc->out = NULL;
           proc->err = NULL;
   
  -	apr_random_after_fork(proc);
  -
           return APR_INCHILD;
       }
   
  
  
  
  1.143     +1 -1      apr/test/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr/test/Makefile.in,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -u -r1.142 -r1.143
  --- Makefile.in	3 Nov 2003 13:25:01 -0000	1.142
  +++ Makefile.in	5 Nov 2003 09:16:44 -0000	1.143
  @@ -115,7 +115,7 @@
   	testdso.lo testoc.lo testdup.lo testsockets.lo testproc.lo \
   	testpoll.lo testlock.lo testsockopt.lo testpipe.lo testthread.lo \
   	testhash.lo testargs.lo testnames.lo testuser.lo testpath.lo \
  -	testenv.lo testprocmutex.lo testrand2.lo
  +	testenv.lo testprocmutex.lo
   
   testall: $(TESTS) mod_test.la libmod_test.la occhild@EXEEXT@ \
   	 readchild@EXEEXT@ CuTest.lo proc_child@EXEEXT@ $(LOCAL_LIBS)
  
  
  
  1.46      +0 -1      apr/test/testall.c
  
  Index: testall.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testall.c,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -u -r1.45 -r1.46
  --- testall.c	3 Nov 2003 13:25:01 -0000	1.45
  +++ testall.c	5 Nov 2003 09:16:44 -0000	1.46
  @@ -95,7 +95,6 @@
       {"testdup", testdup},
       {"testdir", testdir},
       {"testrand", testrand},
  -    {"testrand2", testrand2},
       {"testdso", testdso},
       {"testoc", testoc},
       {"testsockets", testsockets},