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 <[email protected]>
Date:   Fri Aug 20 11:17:48 2010 +0200

    Include sys/uio.h for writev.
    
    Suggested by Mats Erik Andersson <[email protected]>.

diff --git a/ChangeLog b/ChangeLog
index f682763..c057134 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-20  Simon Josefsson  <[email protected]>
+
+       * src/logger.c: Include sys/uio.h for writev.  Suggested by Mats
+       Erik Andersson <[email protected]>.
+
 2010-08-19  Alfred M. Szmidt  <[email protected]>
 
        * 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 

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

Reply via email to