ben         2003/11/05 05:30:28

  Modified:    test     testshm.c
  Log:
  Avoid warning.
  
  Revision  Changes    Path
  1.9       +1 -0      apr/test/testshm.c
  
  Index: testshm.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testshm.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- testshm.c 1 Jan 2003 00:01:56 -0000       1.8
  +++ testshm.c 5 Nov 2003 13:30:28 -0000       1.9
  @@ -233,6 +233,7 @@
           if (execlp("testshmconsumer", "testshmconsumer", (char*)0) < 0) {
               return errno;
           }
  +     return 0; /* not reached - avoid warnings */
       }
       else if (pidproducer > 0) { /* parent */
           /* fork another child */
  
  
  

Reply via email to