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 <[email protected]>
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  <[email protected]>
+
+       Allow builds on OpenSolaris with libshishi.
+
+       * telnet/main.c: Include <arpa/telnet.h>.
+
 2012-07-10  Mats Erik Andersson  <[email protected]>
 
        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 

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

Reply via email to