summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraid_crypto.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-11-04 21:02:57 +0000
committerderaadt <deraadt@openbsd.org>2013-11-04 21:02:57 +0000
commite7d4f7522d6eb5aaf5966c05a272cc9e9b6c14f5 (patch)
tree2c447d66f0758ff5891a11a2a5fb3234232f8dfd /sys/dev/softraid_crypto.c
parentRename beagle_machdep.c to omap_machdep.c (diff)
downloadwireguard-openbsd-e7d4f7522d6eb5aaf5966c05a272cc9e9b6c14f5.tar.xz
wireguard-openbsd-e7d4f7522d6eb5aaf5966c05a272cc9e9b6c14f5.zip
substantial namespace cleanup. Might go a little bit too far, but we
can expose some of the kernel structures with split .h files if need be. Discussed with various, including jsing.
Diffstat (limited to 'sys/dev/softraid_crypto.c')
-rw-r--r--sys/dev/softraid_crypto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/softraid_crypto.c b/sys/dev/softraid_crypto.c
index ba4133c4d4f..89f2b5afb47 100644
--- a/sys/dev/softraid_crypto.c
+++ b/sys/dev/softraid_crypto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraid_crypto.c,v 1.95 2013/06/11 16:42:13 deraadt Exp $ */
+/* $OpenBSD: softraid_crypto.c,v 1.96 2013/11/04 21:02:57 deraadt Exp $ */
/*
* Copyright (c) 2007 Marco Peereboom <marco@peereboom.us>
* Copyright (c) 2008 Hans-Joerg Hoexer <hshoexer@openbsd.org>
@@ -34,6 +34,7 @@
#include <sys/queue.h>
#include <sys/fcntl.h>
#include <sys/disklabel.h>
+#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/sensors.h>
#include <sys/stat.h>