diff options
author | 2017-08-29 21:10:20 +0000 | |
---|---|---|
committer | 2017-08-29 21:10:20 +0000 | |
commit | 2c9994650851e18cc50ee2c1e7af701afbc65186 (patch) | |
tree | 1c97aa74b91ad5e5b85db47de7de455b34f5daeb /usr.sbin/tcpdump/print-enc.c | |
parent | Redraw rectangle selections properly when cursor at end, GitHub issue 992. (diff) | |
download | wireguard-openbsd-2c9994650851e18cc50ee2c1e7af701afbc65186.tar.xz wireguard-openbsd-2c9994650851e18cc50ee2c1e7af701afbc65186.zip |
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> |