diff options
| author | yamt <yamt@NetBSD.org> | 2006-05-15 13:11:29 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2006-05-15 13:11:29 +0000 |
| commit | 88f8ec6c152dfe780a5d9dc50f1a5bcdf6866a90 (patch) | |
| tree | d1ee105b1d342206204f2f7397aa8d7960ac98de /sys/compat/linux | |
| parent | 17e49bf47cbfd7c01c85de9a2bf05a93f2494c6f (diff) | |
include kauth.h for kauth_authorize_generic.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/mips/linux_machdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/mips/linux_machdep.c b/sys/compat/linux/arch/mips/linux_machdep.c index d78d34224f2..b9721aeda3f 100644 --- a/sys/compat/linux/arch/mips/linux_machdep.c +++ b/sys/compat/linux/arch/mips/linux_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_machdep.c,v 1.25 2006/05/14 21:24:50 elad Exp $ */ +/* $NetBSD: linux_machdep.c,v 1.26 2006/05/15 13:11:29 yamt Exp $ */ /*- * Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.25 2006/05/14 21:24:50 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.26 2006/05/15 13:11:29 yamt Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -64,6 +64,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.25 2006/05/14 21:24:50 elad Exp #include <sys/disklabel.h> #include <sys/ioctl.h> #include <sys/sysctl.h> +#include <sys/kauth.h> #include <miscfs/specfs/specdev.h> #include <compat/linux/common/linux_types.h> |
