diff options
author | guy <guy> | 2000-09-29 04:58:33 +0000 |
---|---|---|
committer | guy <guy> | 2000-09-29 04:58:33 +0000 |
commit | cf53dc05f1c854cc8cb94afd3409bbf033a055ed (patch) | |
tree | 940e081f48caa7c681a27e66f1f775ab8d7cb042 /print-stp.c | |
parent | 0e59c1e8d36554185c856e78d88cc909cd5fb900 (diff) | |
download | tcpdump-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-stp.c')
-rw-r--r-- | print-stp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-stp.c b/print-stp.c index c28b4f9a..eed55ef1 100644 --- a/print-stp.c +++ b/print-stp.c @@ -11,7 +11,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.5 2000-09-23 08:54:41 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.6 2000-09-29 04:58:50 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -23,7 +23,6 @@ static const char rcsid[] = #include <sys/socket.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <stdlib.h> #include <stdio.h> |