You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/09/11 04:28:09 UTC

svn commit: r442075 - /httpd/apreq/trunk/library/util.c

Author: pgollucci
Date: Sun Sep 10 19:28:09 2006
New Revision: 442075

URL: http://svn.apache.org/viewvc?view=rev&rev=442075
Log:
add missing #endif

Modified:
    httpd/apreq/trunk/library/util.c

Modified: httpd/apreq/trunk/library/util.c
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/library/util.c?view=diff&rev=442075&r1=442074&r2=442075
==============================================================================
--- httpd/apreq/trunk/library/util.c (original)
+++ httpd/apreq/trunk/library/util.c Sun Sep 10 19:28:09 2006
@@ -733,6 +733,7 @@
            * 
            */
         while (n < *nelts && len >= v[n].iov_len)
+# endif /* !__GNUC__ */
 #else
           /*
            * Hopefully everything else does this