You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by aa...@apache.org on 2002/04/09 08:47:25 UTC

cvs commit: httpd-2.0/os/beos beosd.c

aaron       02/04/08 23:47:25

  Modified:    os/beos  beosd.c
  Log:
  Remove uses of apr_lock.h. This patch is untested, but I don't see where
  the apr_lock.h include was necessary anyway.
  
  Revision  Changes    Path
  1.20      +0 -1      httpd-2.0/os/beos/beosd.c
  
  Index: beosd.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/beos/beosd.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- beosd.c	13 Mar 2002 20:47:57 -0000	1.19
  +++ beosd.c	9 Apr 2002 06:47:25 -0000	1.20
  @@ -62,7 +62,6 @@
   #include "http_main.h"
   #include "http_log.h"
   #include "beosd.h"
  -#include "apr_lock.h"
   #include "mpm_common.h"
   
   beosd_config_rec beosd_config;