You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/05/17 01:42:04 UTC

cvs commit: apache-2.0/src/lib/apr/threadproc/beos threadproc_common.c procsup.c

rbb         00/05/16 16:42:03

  Modified:    src/lib/apr/threadproc/beos threadproc_common.c
  Removed:     src/lib/apr/threadproc/beos procsup.c
  Log:
  Procsup was basically the same file between Unix and BeOS, they care share
  the code now.
  
  Revision  Changes    Path
  1.2       +2 -1      apache-2.0/src/lib/apr/threadproc/beos/threadproc_common.c
  
  Index: threadproc_common.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/beos/threadproc_common.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- threadproc_common.c	2000/04/05 11:24:21	1.1
  +++ threadproc_common.c	2000/05/16 23:42:02	1.2
  @@ -54,5 +54,6 @@
   
   /* As the signal code is identical, use the unix version to reduce
      code duplication */
  -   
   #include "../unix/signals.c"
  +#include "../unix/procsup.c"
  +