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 22:38:16 UTC

svn commit: r442339 - /httpd/apreq/trunk/CHANGES

Author: pgollucci
Date: Mon Sep 11 13:38:15 2006
New Revision: 442339

URL: http://svn.apache.org/viewvc?view=rev&rev=442339
Log:
note iovec.iov_len signedness fix


Modified:
    httpd/apreq/trunk/CHANGES

Modified: httpd/apreq/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?view=diff&rev=442339&r1=442338&r2=442339
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Mon Sep 11 13:38:15 2006
@@ -4,6 +4,10 @@
 
 @section v2_09 Changes with libapreq2-2.09 (under developement)
 
+- C API [Philip M. Gollucci]
+  Fix comparison signed vs unsigned comparison
+  in apreq_fwritev() on SunOS/gcc where iovec.iov_len is a long.
+
 - Build [Philip M. Gollucci]
   SunOS (Solaris)
   fix duplicate link error to libexpat.so -- by using the one from httpd