Hello, Mike Hommey, le Wed 18 Nov 2009 16:21:57 +0100, a écrit : > could you take a look at the > 0031-Build-fixes-for-GNU-kFreeBSD-in-directory.patch patch, especially > the part about gethostbyname and strtok in > directory/c-sdk/ldap/include/portable.h ? I /guess/ the hurd port (and > probably the kfreebsd port) could use the _r versions.
Yes, as it's a glibc function, and both Hurd and kfreebsd just use the same exact code as on Linux, so instead of using _r when defined(LINUX), it can be used as soon as defined(__GLIBC__) && __GLIBC__ >= 2. Samuel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

