grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.5.4-198-gaf63c52


From: Jim Meyering
Subject: grep branch, master, updated. v2.5.4-198-gaf63c52
Date: Sun, 21 Mar 2010 15:30:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  af63c52f901a63e6503820c0bee55eda90fc1a50 (commit)
      from  3f6b7379652bb1d9a6ebc02134d64172d82a669d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=af63c52f901a63e6503820c0bee55eda90fc1a50


commit af63c52f901a63e6503820c0bee55eda90fc1a50
Author: Jim Meyering <address@hidden>
Date:   Sun Mar 21 16:30:31 2010 +0100

    build: avoid compilation failure on systems using rpl_open
    
    This new build failure has arisen as a result of using gnulib's
    "fcntl" module.  Now that an inadequate "open" syscall is replace
    by gnulib's wrapper, it is essential to include <fcntl.h>.
    * src/grep.c: Include <fcntl.h>.
    This is required, for grepfile's use of open, at least on
    Cygwin and Darwin.

diff --git a/src/grep.c b/src/grep.c
index 591f801..e41ad50 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -33,6 +33,7 @@
 # include <wchar.h>
 # include <wctype.h>
 #endif
+#include <fcntl.h>
 #include <stdio.h>
 #include "system.h"
 

-----------------------------------------------------------------------

Summary of changes:
 src/grep.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
grep




reply via email to

[Prev in Thread] Current Thread [Next in Thread]