summaryrefslogtreecommitdiffstats
path: root/sys/kern/exec_subr.c
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/kern/exec_subr.c
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/kern/exec_subr.c')
-rw-r--r--sys/kern/exec_subr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/exec_subr.c b/sys/kern/exec_subr.c
index ced274d8fa6..a50c94c4e8f 100644
--- a/sys/kern/exec_subr.c
+++ b/sys/kern/exec_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_subr.c,v 1.41 2014/11/16 23:54:56 guenther Exp $ */
+/* $OpenBSD: exec_subr.c,v 1.42 2014/11/18 02:37:31 tedu Exp $ */
/* $NetBSD: exec_subr.c,v 1.9 1994/12/04 03:10:42 mycroft Exp $ */
/*
@@ -41,8 +41,6 @@
#include <sys/mman.h>
#include <sys/resourcevar.h>
-#include <dev/rndvar.h>
-
#ifdef DEBUG
/*
* new_vmcmd():