changeset 12448:e962488c88ab

accept4: adjust module dependencies * modules/accept4 (Depends-on): Use fcntl-h, not fcntl. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Mon, 14 Dec 2009 22:11:50 -0700
parents b79168ca6a08
children eccd5d7c7a69
files ChangeLog modules/accept4
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- a/modules/accept4
+++ b/modules/accept4
@@ -9,7 +9,7 @@
 Depends-on:
 sys_socket
 accept
-fcntl
+fcntl-h
 binary-io
 
 configure.ac: