From: Joe Orton Date: Sat, 1 Oct 2005 12:11:45 +0000 (+0000) Subject: Merge r264886 from trunk: X-Git-Tag: 2.1.9~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa768e66ec00b979e9f033d8897d31123efe5242;p=thirdparty%2Fapache%2Fhttpd.git Merge r264886 from trunk: * server/main.c (suck_in_APR): Remove weird gzeof reference which broke all the -Werror builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@292965 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 9d7cfc0a10a..98085819215 100644 --- a/server/main.c +++ b/server/main.c @@ -731,6 +731,5 @@ const void *suck_in_APR(void) extern const void *ap_ugly_hack; return ap_ugly_hack; - gzeof(NULL); } #endif