diff options
| author | 2014-08-14 12:44:44 +0000 | |
|---|---|---|
| committer | 2014-08-14 12:44:44 +0000 | |
| commit | c8768c6415adaf7ecea653205d1f5e8b7b2b13d7 (patch) | |
| tree | 4b718e94fc51b203483ca44b75f28ba5ab49b45b /usr.sbin/tcpdump/print-atm.c | |
| parent | Kill bandwidth monitoring meters. (diff) | |
| download | wireguard-openbsd-c8768c6415adaf7ecea653205d1f5e8b7b2b13d7.tar.xz wireguard-openbsd-c8768c6415adaf7ecea653205d1f5e8b7b2b13d7.zip | |
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
Diffstat (limited to 'usr.sbin/tcpdump/print-atm.c')
| -rw-r--r-- | usr.sbin/tcpdump/print-atm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-atm.c b/usr.sbin/tcpdump/print-atm.c index 73b37908f48..c13becf7fa6 100644 --- a/usr.sbin/tcpdump/print-atm.c +++ b/usr.sbin/tcpdump/print-atm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-atm.c,v 1.9 2009/10/27 23:59:55 deraadt Exp $ */ +/* $OpenBSD: print-atm.c,v 1.10 2014/08/14 12:44:44 mpi Exp $ */ /* * Copyright (c) 1994, 1995, 1996, 1997 @@ -31,7 +31,6 @@ struct rtentry; #include <netinet/in.h> #include <netinet/if_ether.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/udp.h> |
