You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/10/01 14:11:47 UTC

svn commit: r292965 - /httpd/httpd/branches/2.2.x/server/main.c

Author: jorton
Date: Sat Oct  1 05:11:45 2005
New Revision: 292965

URL: http://svn.apache.org/viewcvs?rev=292965&view=rev
Log:
Merge r264886 from trunk:

* server/main.c (suck_in_APR): Remove weird gzeof reference which
broke all the -Werror builds.

Modified:
    httpd/httpd/branches/2.2.x/server/main.c

Modified: httpd/httpd/branches/2.2.x/server/main.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/server/main.c?rev=292965&r1=292964&r2=292965&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/server/main.c (original)
+++ httpd/httpd/branches/2.2.x/server/main.c Sat Oct  1 05:11:45 2005
@@ -731,6 +731,5 @@
     extern const void *ap_ugly_hack;
 
     return ap_ugly_hack;
-    gzeof(NULL);
 }
 #endif