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/vmd/disklabel.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/vmd/disklabel.c')
-rw-r--r-- | usr.sbin/vmd/disklabel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/disklabel.c b/usr.sbin/vmd/disklabel.c index 125f701a08a..00dd83b7831 100644 --- a/usr.sbin/vmd/disklabel.c +++ b/usr.sbin/vmd/disklabel.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.c,v 1.1 2016/11/26 20:03:42 reyk Exp $ */ +/* $OpenBSD: disklabel.c,v 1.2 2017/08/29 21:10:20 deraadt Exp $ */ /* $NetBSD: disklabel.c,v 1.3 1994/10/26 05:44:42 cgd Exp $ */ /*- @@ -32,7 +32,7 @@ * @(#)disklabel.c 8.1 (Berkeley) 6/11/93 */ -#include <sys/param.h> +#include <sys/param.h> /* DEV_BSIZE */ #include <sys/disklabel.h> #include "vmboot.h" |