summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs/tmpfs_mem.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-08 17:19:21 +0000
committerderaadt <deraadt@openbsd.org>2014-07-08 17:19:21 +0000
commite6c6495d62998a12dd778aed8d40dc250167a61c (patch)
tree2b50a8e57aace4e345507cb43ee6062af61f6a1f /sys/tmpfs/tmpfs_mem.c
parentCleanup of getopt argument: -p is not supported anymore. (diff)
downloadwireguard-openbsd-e6c6495d62998a12dd778aed8d40dc250167a61c.tar.xz
wireguard-openbsd-e6c6495d62998a12dd778aed8d40dc250167a61c.zip
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
don't need to be married. ok guenther miod beck jsing kettenis
Diffstat (limited to 'sys/tmpfs/tmpfs_mem.c')
-rw-r--r--sys/tmpfs/tmpfs_mem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/tmpfs/tmpfs_mem.c b/sys/tmpfs/tmpfs_mem.c
index 269054e48d5..65ff1ab9072 100644
--- a/sys/tmpfs/tmpfs_mem.c
+++ b/sys/tmpfs/tmpfs_mem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmpfs_mem.c,v 1.2 2013/06/03 10:37:02 espie Exp $ */
+/* $OpenBSD: tmpfs_mem.c,v 1.3 2014/07/08 17:19:26 deraadt Exp $ */
/* $NetBSD: tmpfs_mem.c,v 1.4 2011/05/24 01:09:47 rmind Exp $ */
/*
@@ -44,6 +44,7 @@ __KERNEL_RCSID(0, "$NetBSD: tmpfs_mem.c,v 1.4 2011/05/24 01:09:47 rmind Exp $");
#include <sys/namei.h>
#include <sys/pool.h>
#include <sys/vnode.h>
+#include <sys/sysctl.h>
#include <sys/malloc.h>
#include <tmpfs/tmpfs.h>