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_1-127-ga8a20


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-127-ga8a2081
Date: Wed, 11 Jul 2012 00:20:59 +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  a8a2081ec4cbdfc94598203935ff840dcefbc42c (commit)
      from  7129ba40720e8a4c3da62b4af6764557f3c0842e (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=a8a2081ec4cbdfc94598203935ff840dcefbc42c


commit a8a2081ec4cbdfc94598203935ff840dcefbc42c
Author: Mats Erik Andersson <address@hidden>
Date:   Wed Jul 11 02:18:56 2012 +0200

    Solaris builds with libshishi.

diff --git a/ChangeLog b/ChangeLog
index 70fb0d9..9e02eae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-11  Mats Erik Andersson  <address@hidden>
+
+       Allow builds on OpenSolaris with libshishi.
+
+       * telnet/main.c: Include <arpa/telnet.h>.
+
 2012-07-10  Mats Erik Andersson  <address@hidden>
 
        rshd: Resolve conflicts `int' versus `size_t'.
diff --git a/telnet/main.c b/telnet/main.c
index a1a35c9..a112741 100644
--- a/telnet/main.c
+++ b/telnet/main.c
@@ -62,6 +62,8 @@
 #include <argp.h>
 #include <libinetutils.h>
 
+#include <arpa/telnet.h>
+
 #ifdef AUTHENTICATION
 # include <libtelnet/auth.h>
 #endif

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

Summary of changes:
 ChangeLog     |    6 ++++++
 telnet/main.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]