summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraid.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/dev/softraid.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/dev/softraid.c')
-rw-r--r--sys/dev/softraid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c
index 233c9defb7e..7065bd9fa83 100644
--- a/sys/dev/softraid.c
+++ b/sys/dev/softraid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraid.c,v 1.343 2014/10/30 19:07:54 tedu Exp $ */
+/* $OpenBSD: softraid.c,v 1.344 2014/11/18 02:37:30 tedu Exp $ */
/*
* Copyright (c) 2007, 2008, 2009 Marco Peereboom <marco@peereboom.us>
* Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
@@ -49,7 +49,6 @@
#include <scsi/scsi_disk.h>
#include <dev/softraidvar.h>
-#include <dev/rndvar.h>
#ifdef HIBERNATE
#include <lib/libsa/aes_xts.h>