diff options
author | 2013-12-03 00:21:21 +0000 | |
---|---|---|
committer | 2013-12-03 00:21:21 +0000 | |
commit | 7d617021d62d49a02db8e6ca2854addb6ee0d5ab (patch) | |
tree | 17fae75339ef2fc32c3bc6fcc944a55533eb8657 /usr.sbin/tcpdump | |
parent | no need to use sgttyb.h (diff) | |
download | wireguard-openbsd-7d617021d62d49a02db8e6ca2854addb6ee0d5ab.tar.xz wireguard-openbsd-7d617021d62d49a02db8e6ca2854addb6ee0d5ab.zip |
no need for timeb.h
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/print-sl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-sl.c b/usr.sbin/tcpdump/print-sl.c index 3772d225df7..b892e2220bc 100644 --- a/usr.sbin/tcpdump/print-sl.c +++ b/usr.sbin/tcpdump/print-sl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-sl.c,v 1.14 2009/10/27 23:59:55 deraadt Exp $ */ +/* $OpenBSD: print-sl.c,v 1.15 2013/12/03 00:21:21 deraadt Exp $ */ /* * Copyright (c) 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997 @@ -24,7 +24,6 @@ #ifdef HAVE_NET_SLIP_H #include <sys/param.h> #include <sys/time.h> -#include <sys/timeb.h> #include <sys/file.h> #include <sys/ioctl.h> #include <sys/mbuf.h> |