grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.3-9-g1e87759


From: Paul Eggert
Subject: grep branch, master, updated. v3.3-9-g1e87759
Date: Sun, 3 Feb 2019 01:47:26 -0500 (EST)

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  1e877596ad212812b95e8dd2a7350a5799d3d7e3 (commit)
       via  0febe138d9fef87fa7ed5d68901f4458c2b8ce31 (commit)
      from  8df79c9fa79b6ce86fec0342f779125c85ff2f12 (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=1e877596ad212812b95e8dd2a7350a5799d3d7e3


commit 1e877596ad212812b95e8dd2a7350a5799d3d7e3
Author: Paul Eggert <address@hidden>
Date:   Sat Feb 2 22:46:52 2019 -0800

    grep: fix grep.c includes
    
    * src/grep.c: Include strings.h; problem reported by David
    Monniaux (Bug#34285).  Do not include fcntl.h, as system.h does
    that for us.h

diff --git a/src/grep.c b/src/grep.c
index e53b8cd..fcc07b8 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -22,10 +22,10 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <wchar.h>
-#include <fcntl.h>
 #include <inttypes.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <strings.h>
 #include "system.h"
 
 #include "argmatch.h"

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=0febe138d9fef87fa7ed5d68901f4458c2b8ce31


commit 1e877596ad212812b95e8dd2a7350a5799d3d7e3
Author: Paul Eggert <address@hidden>
Date:   Sat Feb 2 22:46:52 2019 -0800

    grep: fix grep.c includes
    
    * src/grep.c: Include strings.h; problem reported by David
    Monniaux (Bug#34285).  Do not include fcntl.h, as system.h does
    that for us.h

diff --git a/src/grep.c b/src/grep.c
index e53b8cd..fcc07b8 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -22,10 +22,10 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <wchar.h>
-#include <fcntl.h>
 #include <inttypes.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <strings.h>
 #include "system.h"
 
 #include "argmatch.h"

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

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


hooks/post-receive
-- 
grep



reply via email to

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