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

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=c1b94c90ca02fe872ee9d8df25943b99c344d6fb

The branch, master has been updated
       via  c1b94c90ca02fe872ee9d8df25943b99c344d6fb (commit)
      from  21a1fdf766c6b2a77f471fe8e114a14e24d8eddf (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 -----------------------------------------------------------------
commit c1b94c90ca02fe872ee9d8df25943b99c344d6fb
Author: Rakesh Pandit <[email protected]>
Date:   Sun Oct 4 17:57:01 2009 +0530

    Included 'config.h' in talkd.c.

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

Summary of changes:
 ChangeLog     |    4 ++++
 talkd/talkd.c |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ac4ad13..a7ec4c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-01  Rakesh Pandit <[email protected]>
+
+       * talkd/talkd.c [HAVE_CONFIG_H]: Include config.h.
+
 2009-08-21  Giuseppe Scrivano  <[email protected]>
 
        rexec: show all missing arguments before exit.
diff --git a/talkd/talkd.c b/talkd/talkd.c
index 9c3ddcf..edb1195 100644
--- a/talkd/talkd.c
+++ b/talkd/talkd.c
@@ -17,6 +17,9 @@
    to the Free Software Foundation, Inc., 51 Franklin Street,
    Fifth Floor, Boston, MA 02110-1301 USA. */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 #include <argp.h>
 #include <intalkd.h>
 #include <signal.h>


hooks/post-receive
-- 
GNU Inetutils 


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

Reply via email to