You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Adam Sussman <my...@vidya.com> on 1996/02/26 05:23:34 UTC

Problem with 111a.host.patch

110a.host.patch needs to add an #include "http_core.h" to mod_log_config.c.
Without it, compilation with the new get_remote_host fails.  I am also seeing
the following warnings on get_remote_host when compiling mod_log_config.c:

mod_log_config.c: In function `log_remote_host':
mod_log_config.c:170: warning: return discards `const' from pointer target type
mod_log_config.c: In function `log_remote_logname':
mod_log_config.c:173: warning: return discards `const' from pointer target type

-adam