summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-11-18 02:37:30 +0000
committertedu <tedu@openbsd.org>2014-11-18 02:37:30 +0000
commit3811cf15477e5083ff6e2c60e3187468dc508d8e (patch)
tree98fa2e01248e476c34f6114c7592e6b2312859af /sys/tmpfs
parentinclude systm.h for arc4random now (diff)
downloadwireguard-openbsd-3811cf15477e5083ff6e2c60e3187468dc508d8e.tar.xz
wireguard-openbsd-3811cf15477e5083ff6e2c60e3187468dc508d8e.zip
move arc4random prototype to systm.h. more appropriate for most code
to include that than rdnvar.h. ok deraadt dlg
Diffstat (limited to 'sys/tmpfs')
-rw-r--r--sys/tmpfs/tmpfs_subr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/tmpfs/tmpfs_subr.c b/sys/tmpfs/tmpfs_subr.c
index 89026cda0b5..3e92d11dff0 100644
--- a/sys/tmpfs/tmpfs_subr.c
+++ b/sys/tmpfs/tmpfs_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmpfs_subr.c,v 1.7 2014/11/16 12:31:00 deraadt Exp $ */
+/* $OpenBSD: tmpfs_subr.c,v 1.8 2014/11/18 02:37:31 tedu Exp $ */
/* $NetBSD: tmpfs_subr.c,v 1.79 2012/03/13 18:40:50 elad Exp $ */
/*
@@ -93,8 +93,6 @@ __KERNEL_RCSID(0, "$NetBSD: tmpfs_subr.c,v 1.79 2012/03/13 18:40:50 elad Exp $")
#include <uvm/uvm_aobj.h>
-#include <dev/rndvar.h>
-
#include <tmpfs/tmpfs.h>
#include <tmpfs/tmpfs_vnops.h>