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-28-g4427473


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-28-g4427473
Date: Fri, 20 Aug 2010 09:18:04 +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  44274735ef9ba730784a6b1552f42781ee6ec189 (commit)
      from  d7659abcbcd416b1370385a9bf08a2a91b08b25a (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=44274735ef9ba730784a6b1552f42781ee6ec189


commit 44274735ef9ba730784a6b1552f42781ee6ec189
Author: Simon Josefsson <address@hidden>
Date:   Fri Aug 20 11:17:48 2010 +0200

    Include sys/uio.h for writev.
    
    Suggested by Mats Erik Andersson <address@hidden>.

diff --git a/ChangeLog b/ChangeLog
index f682763..c057134 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-20  Simon Josefsson  <address@hidden>
+
+       * src/logger.c: Include sys/uio.h for writev.  Suggested by Mats
+       Erik Andersson <address@hidden>.
+
 2010-08-19  Alfred M. Szmidt  <address@hidden>
 
        * ifconfig/system.h [__hpux__]: Don't include "system/hpux.c".
diff --git a/src/logger.c b/src/logger.c
index 494892c..53fd95c 100644
--- a/src/logger.c
+++ b/src/logger.c
@@ -21,6 +21,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
+#include <sys/uio.h>
 #include <netinet/in.h>
 #include <sys/un.h>
 #include <netdb.h>

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

Summary of changes:
 ChangeLog    |    5 +++++
 src/logger.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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