diff options
author | guy <guy> | 2002-06-01 23:50:30 +0000 |
---|---|---|
committer | guy <guy> | 2002-06-01 23:50:30 +0000 |
commit | 4c6bada75863c064314bc52daf899e37cc8b39e3 (patch) | |
tree | 155327148fa164c0e107dfef15e0c3b198a826ff /print-mobile.c | |
parent | 07f12c5e5361c1564e0b9a902236023b073bb582 (diff) | |
download | tcpdump-4c6bada75863c064314bc52daf899e37cc8b39e3.tar.gz |
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
rtentry", and unneded includes of <sys/uio.h>, <sys/file.h>, and
<sys/ioctl.h>.
Diffstat (limited to 'print-mobile.c')
-rw-r--r-- | print-mobile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-mobile.c b/print-mobile.c index f217932a..e767beb3 100644 --- a/print-mobile.c +++ b/print-mobile.c @@ -42,12 +42,11 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.7 2001-08-20 17:53:54 fenner Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.8 2002-06-01 23:50:32 guy Exp $"; #endif #include <sys/param.h> #include <sys/time.h> -#include <sys/uio.h> #include <sys/socket.h> #include <netinet/in.h> |