trawick     01/04/05 09:15:01

  Modified:    test     testshmem.c
  Log:
  extremely minor cleanup
  
  Revision  Changes    Path
  1.17      +1 -2      apr/test/testshmem.c
  
  Index: testshmem.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testshmem.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- testshmem.c       2001/02/16 04:16:10     1.16
  +++ testshmem.c       2001/04/05 16:14:59     1.17
  @@ -62,7 +62,6 @@
   #include <errno.h>
   #include <stdio.h>
   #include <stdlib.h>
  -/*#include <process.h>*/
   #if APR_HAVE_UNISTD_H
   #include <unistd.h>
   #endif
  @@ -138,7 +137,7 @@
       }
       else if (pid > 0) {
           msgput(1, "Sending a message\n");
  -    apr_sleep(1);
  +        apr_sleep(1);
           msgwait(0);
           exit(1);
       }
  
  
  

Reply via email to