You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/02/10 21:45:23 UTC

New patch uploaded (I know, I know)

Changes to http_log.c have added a call to strerror(). This does
not exist on SUNOS4.  I have uploaded patch 101.add_strerror_to_util.patch
that takes care of the problem. The code is #ifdef NEED_STRERROR.
I also added the #define NEED_STRERROR to conf.h.

I also see that there is a call to strerror() in mod_proxy, so this
could be handy.