summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2006-05-15 09:26:18 +0000
committeryamt <yamt@NetBSD.org>2006-05-15 09:26:18 +0000
commitd73ce018b0937e060dc502f823e87b5c8db045ea (patch)
tree607f010be438ac457e72cbed27ef12abf0205734 /sys
parent6623bf87ee0dbfc2012583ffe2f4f68515781672 (diff)
include kauth.h for kauth_cred_geteuid.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/amiga/trap.c5
-rw-r--r--sys/arch/atari/atari/trap.c5
-rw-r--r--sys/arch/powerpc/powerpc/trap.c5
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/arch/amiga/amiga/trap.c b/sys/arch/amiga/amiga/trap.c
index 07c5f7bacac..02db275d911 100644
--- a/sys/arch/amiga/amiga/trap.c
+++ b/sys/arch/amiga/amiga/trap.c
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.107 2006/05/14 21:55:09 elad Exp $ */
+/* $NetBSD: trap.c,v 1.108 2006/05/15 09:26:18 yamt Exp $ */
/*
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -83,7 +83,7 @@
#include "opt_fpu_emulate.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.107 2006/05/14 21:55:09 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.108 2006/05/15 09:26:18 yamt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -98,6 +98,7 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.107 2006/05/14 21:55:09 elad Exp $");
#include <sys/savar.h>
#include <sys/user.h>
#include <sys/userret.h>
+#include <sys/kauth.h>
#include <uvm/uvm_extern.h>
diff --git a/sys/arch/atari/atari/trap.c b/sys/arch/atari/atari/trap.c
index c211b41b4e3..05cf0870a99 100644
--- a/sys/arch/atari/atari/trap.c
+++ b/sys/arch/atari/atari/trap.c
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.81 2006/05/14 21:55:10 elad Exp $ */
+/* $NetBSD: trap.c,v 1.82 2006/05/15 09:26:56 yamt Exp $ */
/*
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.81 2006/05/14 21:55:10 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.82 2006/05/15 09:26:56 yamt Exp $");
#include "opt_ddb.h"
#include "opt_execfmt.h"
@@ -98,6 +98,7 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.81 2006/05/14 21:55:10 elad Exp $");
#include <sys/savar.h>
#include <sys/user.h>
#include <sys/userret.h>
+#include <sys/kauth.h>
#include <uvm/uvm_extern.h>
diff --git a/sys/arch/powerpc/powerpc/trap.c b/sys/arch/powerpc/powerpc/trap.c
index aae6842c576..784dcab76bd 100644
--- a/sys/arch/powerpc/powerpc/trap.c
+++ b/sys/arch/powerpc/powerpc/trap.c
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.111 2006/05/14 21:56:33 elad Exp $ */
+/* $NetBSD: trap.c,v 1.112 2006/05/15 09:27:44 yamt Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.111 2006/05/14 21:56:33 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.112 2006/05/15 09:27:44 yamt Exp $");
#include "opt_altivec.h"
#include "opt_ddb.h"
@@ -47,6 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.111 2006/05/14 21:56:33 elad Exp $");
#include <sys/savar.h>
#include <sys/systm.h>
#include <sys/user.h>
+#include <sys/kauth.h>
#include <uvm/uvm_extern.h>