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-gtp.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-gtp.c')
| -rw-r--r-- | usr.sbin/tcpdump/print-gtp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-gtp.c b/usr.sbin/tcpdump/print-gtp.c index 62a3b6ca7fe..55882d4c439 100644 --- a/usr.sbin/tcpdump/print-gtp.c +++ b/usr.sbin/tcpdump/print-gtp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-gtp.c,v 1.5 2011/09/18 10:25:36 jsing Exp $ */ +/* $OpenBSD: print-gtp.c,v 1.6 2014/08/14 12:44:44 mpi Exp $ */ /* * Copyright (c) 2009, 2010 Joel Sing <jsing@openbsd.org> * @@ -46,7 +46,6 @@ #include <sys/types.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> |
