summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-14 22:11:50 -0700
committerEric Blake <ebb9@byu.net>2009-12-14 22:11:50 -0700
commit25552e29ba625a744cabd0978bdc2349b909b671 (patch)
treeb54a216ff9614cd8b52d016c5bc056b9a58a102f
parent2c75050732756a378309e8490e79e9eb81e3c9d5 (diff)
downloadgnulib-25552e29ba625a744cabd0978bdc2349b909b671.tar.gz
accept4: adjust module dependencies
* modules/accept4 (Depends-on): Use fcntl-h, not fcntl. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog3
-rw-r--r--modules/accept42
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b5ca5eb47e..2756f670bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-12-14 Eric Blake <ebb9@byu.net>
+ accept4: adjust module dependencies
+ * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
+
utimens: one more try at avoiding compiler warning
* lib/utimens.c (lutimens): Lower scope of result.
diff --git a/modules/accept4 b/modules/accept4
index d13127e847..6f2607154d 100644
--- a/modules/accept4
+++ b/modules/accept4
@@ -9,7 +9,7 @@ m4/accept4.m4
Depends-on:
sys_socket
accept
-fcntl
+fcntl-h
binary-io
configure.ac: