[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-199-g302aa
From: |
Mats Erik Andersson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-199-g302aa40 |
Date: |
Fri, 02 Nov 2012 11:00:43 +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 302aa409c6b90039ee8e7a6afcd631f72c0cab20 (commit)
from 73d53fe325d456898f1df0c22e79f0e6a9d797e2 (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=302aa409c6b90039ee8e7a6afcd631f72c0cab20
commit 302aa409c6b90039ee8e7a6afcd631f72c0cab20
Author: Mats Erik Andersson <address@hidden>
Date: Fri Nov 2 11:58:30 2012 +0100
telnet: Portability matter.
diff --git a/ChangeLog b/ChangeLog
index d54da07..dae5e07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-10-02 Mats Erik Andersson <address@hidden>
+ * telnet/commands.c: Include <limits.h>. Needed
+ by Solaris to have LLONG_MAX.
+
+2012-10-02 Mats Erik Andersson <address@hidden>
+
* telnet/commands.c (tn): New block with sanity check of
numerical port, being out of range, or mixed with letters.
diff --git a/telnet/commands.c b/telnet/commands.c
index e49aace..651b3e6 100644
--- a/telnet/commands.c
+++ b/telnet/commands.c
@@ -69,6 +69,7 @@
#include <errno.h>
#include <stdlib.h>
+#include <limits.h> /* LLONG_MAX for Solaris. */
#include <arpa/inet.h>
#include <arpa/telnet.h>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
telnet/commands.c | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-199-g302aa40,
Mats Erik Andersson <=