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 <[email protected]>
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 <[email protected]>
+ * telnet/commands.c: Include <limits.h>. Needed
+ by Solaris to have LLONG_MAX.
+
+2012-10-02 Mats Erik Andersson <[email protected]>
+
* 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
_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils