diff options
| author | yamt <yamt@NetBSD.org> | 2006-05-15 09:26:18 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2006-05-15 09:26:18 +0000 |
| commit | d73ce018b0937e060dc502f823e87b5c8db045ea (patch) | |
| tree | 607f010be438ac457e72cbed27ef12abf0205734 /sys/arch/atari | |
| parent | 6623bf87ee0dbfc2012583ffe2f4f68515781672 (diff) | |
include kauth.h for kauth_cred_geteuid.
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/atari/trap.c | 5 |
1 files changed, 3 insertions, 2 deletions
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> |
