Changes between Version 2 and Version 3 of dev-libs/libxml2
- Timestamp:
- 04/13/08 04:57:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/libxml2
v2 v3 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. 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. 16 17 In {{{nanoftp.c}}} compilation fails due to {{{INET6_ADDRSTRLEN}}} in line 1491.
