diff options
Diffstat (limited to 'usr.sbin/tcpdump/print-fddi.c')
-rw-r--r-- | usr.sbin/tcpdump/print-fddi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-fddi.c b/usr.sbin/tcpdump/print-fddi.c index a9bfb4daaeb..df80e6e1bbf 100644 --- a/usr.sbin/tcpdump/print-fddi.c +++ b/usr.sbin/tcpdump/print-fddi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-fddi.c,v 1.14 2009/10/27 23:59:55 deraadt Exp $ */ +/* $OpenBSD: print-fddi.c,v 1.15 2014/08/14 12:44:44 mpi Exp $ */ /* * Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -34,7 +34,6 @@ struct rtentry; #include <netinet/in.h> #include <netinet/if_ether.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <ctype.h> |