grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.7-25-ge5195e9


From: Jim Meyering
Subject: grep branch, master, updated. v2.7-25-ge5195e9
Date: Wed, 26 Jan 2011 17:55:54 +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  e5195e9473c46d410d89a6145cbbf18f81dff533 (commit)
      from  a14a699024bac7551b107488ca1c8549f025ad56 (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=e5195e9473c46d410d89a6145cbbf18f81dff533


commit e5195e9473c46d410d89a6145cbbf18f81dff533
Author: Jim Meyering <address@hidden>
Date:   Wed Jan 26 18:24:09 2011 +0100

    maint: remove unneeded #include directives
    
    * lib/savedir.c: Don't include <stddef.h>.  Not needed.
    * src/dfa.c: Likewise.

diff --git a/lib/savedir.c b/lib/savedir.c
index 1fcc01c..0299a91 100644
--- a/lib/savedir.c
+++ b/lib/savedir.c
@@ -22,7 +22,6 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <dirent.h>
-#include <stddef.h>
 
 #ifdef CLOSEDIR_VOID
 /* Fake a return value. */
diff --git a/src/dfa.c b/src/dfa.c
index 02459a5..dec8d5b 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -25,7 +25,6 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <sys/types.h>
-#include <stddef.h>
 #include <stdlib.h>
 #include <limits.h>
 #include <string.h>

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

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


hooks/post-receive
-- 
grep



reply via email to

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