You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Robert S. Thau" <rs...@ai.mit.edu> on 1995/08/27 16:20:24 UTC

patch11.access_cleanup

Put prototype for log_reason in scope, eliminating a compiler warning
with gcc -Wall in mod_access.c

*** mod_access.c	Sun Aug 27 09:16:45 1995
--- ../mod_access.c	Sun Aug 27 10:09:32 1995
***************
*** 68,73 ****
--- 68,74 ----
  
  #include "httpd.h"
  #include "http_config.h"
+ #include "http_log.h"
  
  typedef struct {
      char *from;