diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-08-29 21:10:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-08-29 21:10:21 +0000 |
commit | 8d99b6464763de8f71728b10171c26c0f68bd6cc (patch) | |
tree | e6af26a3ff4db271474c703c8540b758386bcf37 /usr.sbin/tcpdump/print-enc.c | |
parent | cd86de26d227088c4f271f8bd65b803be31f698b (diff) |
quarterly rescan of the tree: remove unneccessary sys/param.h, and
annotate the ones which are needed.
Diffstat (limited to 'usr.sbin/tcpdump/print-enc.c')
-rw-r--r-- | usr.sbin/tcpdump/print-enc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-enc.c b/usr.sbin/tcpdump/print-enc.c index 98220bed5d0..836742e01a6 100644 --- a/usr.sbin/tcpdump/print-enc.c +++ b/usr.sbin/tcpdump/print-enc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-enc.c,v 1.15 2016/04/04 16:26:00 sthen Exp $ */ +/* $OpenBSD: print-enc.c,v 1.16 2017/08/29 21:10:20 deraadt Exp $ */ /* * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996 @@ -21,7 +21,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#include <sys/param.h> +#include <sys/types.h> #include <sys/time.h> #include <sys/socket.h> #include <sys/file.h> |