aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-11-26 21:37:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-11-26 21:37:51 +0000
commitf6fd83ed2703ccf18b937c09c49ffd7414fd22e1 (patch)
tree32dc365640e49f57d4774a909af8850949e4082c /usr.bin/telnet
parentd352c316d416848806f67386cb5a8798d67a6cf7 (diff)
Notes
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r--usr.bin/telnet/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c
index c6b35e2b3511f..5079dc19b8456 100644
--- a/usr.bin/telnet/commands.c
+++ b/usr.bin/telnet/commands.c
@@ -81,7 +81,7 @@ static char sccsid[] = "@(#)commands.c 8.2 (Berkeley) 12/15/93";
#include <netinet/ip6.h>
#ifndef MAXHOSTNAMELEN
-#define MAXHOSTNAMELEN 64
+#define MAXHOSTNAMELEN 256
#endif MAXHOSTNAMELEN
#if defined(IPPROTO_IP) && defined(IP_TOS)