include kauth.h for kauth_cred_geteuid.
This commit is contained in:
parent
6623bf87ee
commit
d73ce018b0
@ -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.
|
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
|
||||||
@ -83,7 +83,7 @@
|
|||||||
#include "opt_fpu_emulate.h"
|
#include "opt_fpu_emulate.h"
|
||||||
|
|
||||||
#include <sys/cdefs.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/param.h>
|
||||||
#include <sys/systm.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/savar.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
#include <sys/userret.h>
|
#include <sys/userret.h>
|
||||||
|
#include <sys/kauth.h>
|
||||||
|
|
||||||
#include <uvm/uvm_extern.h>
|
#include <uvm/uvm_extern.h>
|
||||||
|
|
||||||
|
@ -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.
|
* Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
|
||||||
@ -77,7 +77,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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_ddb.h"
|
||||||
#include "opt_execfmt.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/savar.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
#include <sys/userret.h>
|
#include <sys/userret.h>
|
||||||
|
#include <sys/kauth.h>
|
||||||
|
|
||||||
#include <uvm/uvm_extern.h>
|
#include <uvm/uvm_extern.h>
|
||||||
|
|
||||||
|
@ -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.
|
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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_altivec.h"
|
||||||
#include "opt_ddb.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/savar.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
#include <sys/user.h>
|
#include <sys/user.h>
|
||||||
|
#include <sys/kauth.h>
|
||||||
|
|
||||||
#include <uvm/uvm_extern.h>
|
#include <uvm/uvm_extern.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user