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_8-133-gbbc7f34


From: Giuseppe Scrivano
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-133-gbbc7f34
Date: Wed, 26 Oct 2011 09:27:27 +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  bbc7f34b6a2b8a9910d53c4122216073b677eafa (commit)
      from  d920709ad12dd88e7996467c6e9fc1d34a1c6221 (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=bbc7f34b6a2b8a9910d53c4122216073b677eafa


commit bbc7f34b6a2b8a9910d53c4122216073b677eafa
Author: Giuseppe Scrivano <address@hidden>
Date:   Wed Oct 26 11:27:22 2011 +0200

    libicmp/icmp_timeout.c: Include <stddef.h>.

diff --git a/ChangeLog b/ChangeLog
index 782a10c..6b1a008 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-25  Giuseppe Scrivano <address@hidden>
+
+       * libicmp/icmp_timestamp.c: Include <stddef.h>; reverts parts of
+       2011-10-15.
+       Reported by: Alfred M. Szmidt  <address@hidden>.
+
 2011-10-25  Alfred M. Szmidt  <address@hidden>
 
        * configure.ac: Pass regexp to git-version-gen to get version tag.
diff --git a/libicmp/icmp_timestamp.c b/libicmp/icmp_timestamp.c
index 8c0020b..3e6305d 100644
--- a/libicmp/icmp_timestamp.c
+++ b/libicmp/icmp_timestamp.c
@@ -19,6 +19,8 @@
 
 #include <config.h>
 
+#include <stddef.h>
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>

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

Summary of changes:
 ChangeLog                |    6 ++++++
 libicmp/icmp_timestamp.c |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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