diff options
author | 2013-03-28 16:58:45 +0000 | |
---|---|---|
committer | 2013-03-28 16:58:45 +0000 | |
commit | c05da6bf8b4ab5138c5fd1a9443363cac9b9ac6c (patch) | |
tree | 63ea081b06d3f60b1dc87ab8ba373c84f800bee0 /sys/kern/subr_hibernate.c | |
parent | the ramdisk is a bit special, and some tedu arguments do apply. # out (diff) | |
download | wireguard-openbsd-c05da6bf8b4ab5138c5fd1a9443363cac9b9ac6c.tar.xz wireguard-openbsd-c05da6bf8b4ab5138c5fd1a9443363cac9b9ac6c.zip |
sys/param.h gets you sys/types.h automatically
Diffstat (limited to 'sys/kern/subr_hibernate.c')
-rw-r--r-- | sys/kern/subr_hibernate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_hibernate.c b/sys/kern/subr_hibernate.c index 20358a70b3b..df490f1e6d1 100644 --- a/sys/kern/subr_hibernate.c +++ b/sys/kern/subr_hibernate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_hibernate.c,v 1.52 2013/03/07 01:26:54 mlarkin Exp $ */ +/* $OpenBSD: subr_hibernate.c,v 1.53 2013/03/28 16:58:45 deraadt Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl> @@ -21,7 +21,6 @@ #include <sys/malloc.h> #include <sys/param.h> #include <sys/tree.h> -#include <sys/types.h> #include <sys/systm.h> #include <sys/disklabel.h> #include <sys/disk.h> |