summaryrefslogtreecommitdiff
path: root/sys/dev/firmload.c
diff options
context:
space:
mode:
authorelad <elad@NetBSD.org>2006-05-14 21:42:26 +0000
committerelad <elad@NetBSD.org>2006-05-14 21:42:26 +0000
commit2867b68bc3d7cdb1bb7b9f8367e4aa0b2fa765f4 (patch)
treea0add7b65b60ddf03960733156c82bfb90bc978d /sys/dev/firmload.c
parentfc9422c9d9d5eec5abd0d58ae5fa47aedf2198e3 (diff)
integrate kauth.
Diffstat (limited to 'sys/dev/firmload.c')
-rw-r--r--sys/dev/firmload.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/firmload.c b/sys/dev/firmload.c
index 2caa2a1a847..e1feec3d751 100644
--- a/sys/dev/firmload.c
+++ b/sys/dev/firmload.c
@@ -1,4 +1,4 @@
-/* $NetBSD: firmload.c,v 1.2 2006/04/17 17:30:32 rpaulo Exp $ */
+/* $NetBSD: firmload.c,v 1.3 2006/05/14 21:42:26 elad Exp $ */
/*-
* Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.2 2006/04/17 17:30:32 rpaulo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.3 2006/05/14 21:42:26 elad Exp $");
/*
* The firmload API provides an interface for device drivers to access
@@ -51,6 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: firmload.c,v 1.2 2006/04/17 17:30:32 rpaulo Exp $");
#include <sys/systm.h>
#include <sys/sysctl.h>
#include <sys/vnode.h>
+#include <sys/kauth.h>
#include <dev/firmload.h>