Add missing module dependencies.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Oct 2008 10:33:07 +0000 (12:33 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Oct 2008 10:33:07 +0000 (12:33 +0200)
ChangeLog
modules/poll-tests
modules/select-tests

index d151664afc37ea6ff29b8351c55cce6277381836..29976d107815441976caaa8436abca333f07b033 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-21  Bruno Haible  <bruno@clisp.org>
+
+       * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
+       * modules/select-tests (Depends-on): Likewise.
+       Reported by Simon Josefsson.
+
 2008-10-21  Simon Josefsson  <simon@josefsson.org>
 
        * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
index 403287cadf43d0d1b20277c42732b0a0631fee83..5f90f97785ea1726c80927d6f1325b8d01543703 100644 (file)
@@ -6,6 +6,7 @@ stdbool
 sys_socket
 netinet_in
 arpa_inet
+sys_ioctl
 extensions
 inet_pton
 errno
@@ -17,6 +18,7 @@ setsockopt
 listen
 connect
 accept
+ioctl
 close
 
 configure.ac:
index 80ee60c0fa418583f61f5e73f1a255292f5898da..3a49d15de503730cee6bee0f4681946b9e880e42 100644 (file)
@@ -5,6 +5,7 @@ Depends-on:
 stdbool
 netinet_in
 arpa_inet
+sys_ioctl
 extensions
 inet_pton
 errno
@@ -16,6 +17,7 @@ setsockopt
 listen
 connect
 accept
+ioctl
 close
 
 configure.ac: