From 2602a526e1cd9fd0f81d33e331e0911edece3685 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 28 Jun 2011 20:09:49 +0200 Subject: maint: remove definition of O_CLOEXEC, ... now that we're using gnulib's fcntl module, which ensures that we use a conforming . * lib/hivex.c (O_CLOEXEC): Remove definition. * bootstrap (modules): Add fcntl for its guaranteed definition of O_CLOEXEC. --- bootstrap | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index e91c8c9..638d230 100755 --- a/bootstrap +++ b/bootstrap @@ -56,6 +56,7 @@ gnulib_tool=$GNULIB_SRCDIR/gnulib-tool modules=' c-ctype +fcntl full-read full-write gitlog-to-changelog -- cgit