]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r264886 from trunk:
authorJoe Orton <jorton@apache.org>
Sat, 1 Oct 2005 12:11:45 +0000 (12:11 +0000)
committerJoe Orton <jorton@apache.org>
Sat, 1 Oct 2005 12:11:45 +0000 (12:11 +0000)
* 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

server/main.c

index 9d7cfc0a10a296d18c6813a3992e104be2bf276f..980858192151bc527ab565aa9fca7eca03cfb3c6 100644 (file)
@@ -731,6 +731,5 @@ const void *suck_in_APR(void)
     extern const void *ap_ugly_hack;
 
     return ap_ugly_hack;
-    gzeof(NULL);
 }
 #endif