aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-11-14 23:17:32 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-11-14 23:17:32 +0000
commitea8fbb5233b24745177871a7e1e9105a137f94f9 (patch)
treea963f9776eec8eb2aa8f28638992bab9c05ad8c4 /CHANGES
parent9b033e1b8a9eb81ff9468faa0e4839187ecdc568 (diff)
Added some #ifdefs around header files and change the EAGAIN test to
fix compilation on Cell (reported by Jeff Curley).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6c89a2f62..8bc8ee142 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,9 @@ Daniel Fandrich (14 Nov 2008)
- Added .xml as one of the few common file extensions known by the multipart
form generator.
+- Added some #ifdefs around header files and change the EAGAIN test to
+ fix compilation on Cell (reported by Jeff Curley).
+
Yang Tse (13 Nov 2008)
- Refactored configure script detection of functions used to set sockets into
non-blocking mode, and decouple function detection from function capability.