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/08/31 00:53:40 UTC

svn commit: r264886 - /httpd/httpd/trunk/server/main.c

Author: jorton
Date: Tue Aug 30 15:53:37 2005
New Revision: 264886

URL: http://svn.apache.org/viewcvs?rev=264886&view=rev
Log:
* server/main.c (suck_in_APR): Remove weird gzeof reference which
broke all the -Werror builds.

Modified:
    httpd/httpd/trunk/server/main.c

Modified: httpd/httpd/trunk/server/main.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/server/main.c?rev=264886&r1=264885&r2=264886&view=diff
==============================================================================
--- httpd/httpd/trunk/server/main.c (original)
+++ httpd/httpd/trunk/server/main.c Tue Aug 30 15:53:37 2005
@@ -731,6 +731,5 @@
     extern const void *ap_ugly_hack;
 
     return ap_ugly_hack;
-    gzeof(NULL);
 }
 #endif