summaryrefslogtreecommitdiff
path: root/print-telnet.c
diff options
context:
space:
mode:
authorguy <guy>2000-09-29 04:58:33 +0000
committerguy <guy>2000-09-29 04:58:33 +0000
commitcf53dc05f1c854cc8cb94afd3409bbf033a055ed (patch)
tree940e081f48caa7c681a27e66f1f775ab8d7cb042 /print-telnet.c
parent0e59c1e8d36554185c856e78d88cc909cd5fb900 (diff)
downloadtcpdump-cf53dc05f1c854cc8cb94afd3409bbf033a055ed.tar.gz
Get rid of includes of <netinet/in_systm.h>, and replace "n_short",
"n_long", and "n_time", defined in that file, with other types.
Diffstat (limited to 'print-telnet.c')
-rw-r--r--print-telnet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print-telnet.c b/print-telnet.c
index 635dd230..67aa666e 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.11 2000-09-23 08:54:42 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.12 2000-09-29 04:58:51 guy Exp $";
#endif
#include <sys/param.h>
@@ -60,7 +60,6 @@ static const char rcsid[] =
#include <ctype.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#define TELCMDS
#define TELOPTS