commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_2-29-ga60088


From: Giuseppe Scrivano
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_2-29-ga60088c
Date: Mon, 28 Jul 2014 08:01: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 "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 <address@hidden>
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  <address@hidden>
+
+       * tests/ls.c: Include <config.h> not "config.h".
+
 2014-07-26  Mats Erik Andersson  <address@hidden>
 
        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 



reply via email to

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