summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-05-29 04:42:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-05-29 04:42:26 +0000
commit7306560e7b6cab75131568161d847ba0bcebbeeb (patch)
treeaff365fd9c4851785ea0abf5f58a3be7aaf230db /sys/kern/init_main.c
parentfb3a8770b87c531b1cffd1a144a9eacba40dcd9f (diff)
dev/rndvar.h no longer has statistical interfaces (removed during various
conversion steps). it only contains kernel prototypes for 4 interfaces, all of which legitimately belong in sys/systm.h, which are already included by all enqueue_randomness() users.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 51db3b27e2f..95354426902 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_main.c,v 1.298 2020/05/25 15:24:30 deraadt Exp $ */
+/* $OpenBSD: init_main.c,v 1.299 2020/05/29 04:42:25 deraadt Exp $ */
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
/*
@@ -83,8 +83,6 @@
#include <uvm/uvm_extern.h>
-#include <dev/rndvar.h>
-
#include <ufs/ufs/quota.h>
#include <net/if.h>