about summary refs log tree commit diff
path: root/nscd/gai.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-14 15:14:05 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-14 15:14:05 +0000
commit43850227c932267142beef13fae7ced839b006ad (patch)
tree7f7ae2de36bfdc11fe0097e91198b89d3d6008dd /nscd/gai.c
parent1a821d824ff5b8375947c5e74e534167f048f47e (diff)
downloadglibc-43850227c932267142beef13fae7ced839b006ad.tar.gz
glibc-43850227c932267142beef13fae7ced839b006ad.tar.xz
glibc-43850227c932267142beef13fae7ced839b006ad.zip
* nscd/gai.c (__ioctl): Define. Include check_native.c.
Diffstat (limited to 'nscd/gai.c')
-rw-r--r--nscd/gai.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/gai.c b/nscd/gai.c
index f2db5299aa..7bea8c4294 100644
--- a/nscd/gai.c
+++ b/nscd/gai.c
@@ -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