You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ge...@apache.org on 2004/07/12 18:36:42 UTC

cvs commit: httpd-2.0/modules/mappers mod_so.c

geoff       2004/07/12 09:36:42

  Modified:    server   main.c
               modules/mappers mod_so.c
  Log:
  fix compiler warnings
  
  Revision  Changes    Path
  1.161     +1 -0      httpd-2.0/server/main.c
  
  Index: main.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/main.c,v
  retrieving revision 1.160
  retrieving revision 1.161
  diff -u -r1.160 -r1.161
  --- main.c	10 Jul 2004 03:38:02 -0000	1.160
  +++ main.c	12 Jul 2004 16:36:42 -0000	1.161
  @@ -30,6 +30,7 @@
   #include "http_main.h"
   #include "http_log.h"
   #include "http_config.h"
  +#include "http_core.h"
   #include "http_vhost.h"
   #include "apr_uri.h"
   #include "util_ebcdic.h"
  
  
  
  1.59      +0 -1      httpd-2.0/modules/mappers/mod_so.c
  
  Index: mod_so.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_so.c,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- mod_so.c	10 Jul 2004 03:38:02 -0000	1.58
  +++ mod_so.c	12 Jul 2004 16:36:42 -0000	1.59
  @@ -352,7 +352,6 @@
       ap_module_symbol_t *modie;
       ap_module_symbol_t *modi;
       so_server_conf *sconf;
  -    module *modp;
       int i;
       apr_file_t *out = NULL;
       apr_file_open_stderr(&out, p);