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 "GNU Inetutils ".

The branch, master has been updated
       via  a60088c32b9e0782bc4bda3807b9b79efa0b3df0 (commit)
      from  8bcfbba0d8bae00de9e5945fad62ce4bec9110c8 (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/inetutils.git/commit/?id=a60088c32b9e0782bc4bda3807b9b79efa0b3df0


commit a60088c32b9e0782bc4bda3807b9b79efa0b3df0
Author: Giuseppe Scrivano <[email protected]>
Date:   Mon Jul 28 10:00:22 2014 +0200

    Fix sc_require_config_h

diff --git a/ChangeLog b/ChangeLog
index 1b41b11..d12fbc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-28  Giuseppe Scrivano  <[email protected]>
+
+       * tests/ls.c: Include <config.h> not "config.h".
+
 2014-07-26  Mats Erik Andersson  <[email protected]>
 
        whois: Cooperate with misbehaving servers.
diff --git a/tests/ls.c b/tests/ls.c
index d6e2766..c576ef4 100644
--- a/tests/ls.c
+++ b/tests/ls.c
@@ -16,7 +16,7 @@
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see `http://www.gnu.org/licenses/'. */
 
-#include "config.h"
+#include <config.h>
 
 extern int ls_main (int, char **);
 

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

Summary of changes:
 ChangeLog  |    4 ++++
 tests/ls.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 

_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to