Thanks. We'll change upstream source to test for __GLIBC__ in hooks.c.

--- hooks.c     15 Mar 2007 14:07:41 -0000      1.2
+++ hooks.c     3 Jan 2008 22:49:59 -0000
@@ -20,8 +20,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */

+#include <stdio.h>

-#if defined(linux)
+#if defined(__GLIBC__)
 # if !defined(_BSD_SOURCE)
 #  define _BSD_SOURCE
 # endif
@@ -30,7 +31,6 @@
 /*
  * Operating System include files
  */
-#include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/socket.h>



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to