]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* nscd/gai.c (__ioctl): Define. Include check_native.c.
authorUlrich Drepper <drepper@redhat.com>
Wed, 14 Nov 2007 15:14:05 +0000 (15:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 14 Nov 2007 15:14:05 +0000 (15:14 +0000)
ChangeLog
nscd/gai.c

index e6e77a00a3f1cfdfa993907a38ba8205406bdb1a..3161ab0e281a3b23996e01a6032220d0b1bbe5f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-14  Ulrich Drepper  <drepper@redhat.com>
+
+       * nscd/gai.c (__ioctl): Define.  Include check_native.c.
+
 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
 
        * po/cs.po: Update from translation team.
index f2db5299aadef5c3aad57ee41a431df70cd79e03..7bea8c4294d4876a8816c6ee43c02cd8f097bcdf 100644 (file)
@@ -22,6 +22,7 @@
 /* This file uses the getaddrinfo code but it compiles it without NSCD
    support.  We just need a few symbol renames.  */
 #define __inet_aton inet_aton
+#define __ioctl ioctl
 #define __getsockname getsockname
 #define __socket socket
 #define __recvmsg recvmsg
@@ -36,6 +37,7 @@
 
 /* Support code.  */
 #include <check_pf.c>
+#include <check_native.c>
 #ifdef HAVE_LIBIDN
 # include <libidn/idn-stub.c>
 #endif