projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c75050
)
accept4: adjust module dependencies
author
Eric Blake
<ebb9@byu.net>
Tue, 15 Dec 2009 05:11:50 +0000
(22:11 -0700)
committer
Eric Blake
<ebb9@byu.net>
Tue, 15 Dec 2009 05:11:50 +0000
(22:11 -0700)
* modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
patch
|
blob
|
history
modules/accept4
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index b5ca5eb47ea6afdac13e402a1aafd91f0fe54084..2756f670bba6d93ac83d320d7be376f4442457be 100644
(file)
--- 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 d13127e8475f03efda513a2cec5d36b9d890f1cb..6f2607154daa026fcd0b11c630e70b3101621b92 100644
(file)
--- 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: