Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/ixp12x0 struct lwp * deref (for kauth).
details: https://anonhg.NetBSD.org/src/rev/c075b6251f6c
branches: trunk
changeset: 758764:c075b6251f6c
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Nov 15 06:14:02 2010 +0000
description:
struct lwp * deref (for kauth).
diffstat:
sys/arch/arm/ixp12x0/ixp12x0_com.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 125e95f3505a -r c075b6251f6c sys/arch/arm/ixp12x0/ixp12x0_com.c
--- a/sys/arch/arm/ixp12x0/ixp12x0_com.c Mon Nov 15 06:13:16 2010 +0000
+++ b/sys/arch/arm/ixp12x0/ixp12x0_com.c Mon Nov 15 06:14:02 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixp12x0_com.c,v 1.36 2009/03/14 15:36:02 dsl Exp $ */
+/* $NetBSD: ixp12x0_com.c,v 1.37 2010/11/15 06:14:02 uebayasi Exp $ */
/*
* Copyright (c) 1998, 1999, 2001, 2002 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixp12x0_com.c,v 1.36 2009/03/14 15:36:02 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixp12x0_com.c,v 1.37 2010/11/15 06:14:02 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -88,6 +88,7 @@
#include <sys/uio.h>
#include <sys/vnode.h>
#include <sys/kauth.h>
+#include <sys/lwp.h>
#include <machine/intr.h>
#include <machine/bus.h>
Home |
Main Index |
Thread Index |
Old Index