From f1f69b415cebd0beb765b53e6162e1bf998b1fbe Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 26 Jun 2001 15:19:41 +0000 Subject: copy from netbsd, into "telnet.h" --- print-telnet.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'print-telnet.c') diff --git a/print-telnet.c b/print-telnet.c index af1218f6..64b45299 100644 --- a/print-telnet.c +++ b/print-telnet.c @@ -51,7 +51,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.16 2001-06-26 03:01:10 itojun Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.17 2001-06-26 15:19:41 itojun Exp $"; #endif #include @@ -61,10 +61,6 @@ static const char rcsid[] = #include -#define TELCMDS -#define TELOPTS -#include - #include #include #include @@ -73,9 +69,9 @@ static const char rcsid[] = #include "interface.h" #include "addrtoname.h" -#ifndef TELCMD_FIRST -# define TELCMD_FIRST SE -#endif +#define TELCMDS +#define TELOPTS +#include "telnet.h" /* normal */ static const char *cmds[] = { -- cgit v1.2.1