Module Name: src
Committed By: uebayasi
Date: Mon Nov 15 06:14:02 UTC 2010
Modified Files:
src/sys/arch/arm/ixp12x0: ixp12x0_com.c
Log Message:
struct lwp * deref (for kauth).
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/ixp12x0/ixp12x0_com.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/ixp12x0/ixp12x0_com.c
diff -u src/sys/arch/arm/ixp12x0/ixp12x0_com.c:1.36 src/sys/arch/arm/ixp12x0/ixp12x0_com.c:1.37
--- src/sys/arch/arm/ixp12x0/ixp12x0_com.c:1.36 Sat Mar 14 15:36:02 2009
+++ src/sys/arch/arm/ixp12x0/ixp12x0_com.c Mon Nov 15 06:14:02 2010
@@ -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>