Changes between Version 4 and Version 5 of dev-libs/libxml2
- Timestamp:
- 04/13/08 04:58:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/libxml2
v4 v5 11 11 === work-in-progress (andreasf) - [Haiku] === 12 12 13 {{{nanohttp.c}}} does not define closesocket to close unless changed to {{{#if !defined(__BEOS__ }|| defined(__HAIKU__)}}}. Resolves an implicit declaration warning. The same applies for {{{nanoftp.c}}}.13 {{{nanohttp.c}}} does not define closesocket to close unless changed to {{{#if !defined(__BEOS__) || defined(__HAIKU__)}}}. Resolves an implicit declaration warning. The same applies for {{{nanoftp.c}}}. 14 14 15 15 In function {{{xmlNanoHTTPConnectAttempt}}} the BeOS-specific section fails due to use of {{{bool}}}; disabling this for Haiku.
