aboutsummaryrefslogtreecommitdiff
path: root/sbin/swapon
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2004-11-27 06:51:39 +0000
committerDavid Schultz <das@FreeBSD.org>2004-11-27 06:51:39 +0000
commit6004362e66b76f04a5b994af40067c600da40d0a (patch)
treeee0da1ed6777c64e0cd28bc317983024127c0118 /sbin/swapon
parent1eecfae3e53cb3f3a06a9ab20e682307e54cdb78 (diff)
downloadsrc-6004362e66b76f04a5b994af40067c600da40d0a.tar.gz
src-6004362e66b76f04a5b994af40067c600da40d0a.zip
Don't include sys/user.h merely for its side-effect of recursively
including other headers.
Notes
Notes: svn path=/head/; revision=138129
Diffstat (limited to 'sbin/swapon')
-rw-r--r--sbin/swapon/swapon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c
index 1c13205cd354..2d330a63bb0a 100644
--- a/sbin/swapon/swapon.c
+++ b/sbin/swapon/swapon.c
@@ -43,8 +43,8 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <sys/param.h>
-#include <sys/user.h>
#include <sys/sysctl.h>
+#include <vm/vm_param.h>
#include <err.h>
#include <errno.h>