Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/acorn26/acorn26 Dereferencing struct proc * and str...



details:   https://anonhg.NetBSD.org/src/rev/b177edbc7a65
branches:  trunk
changeset: 758758:b177edbc7a65
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:05:27 2010 +0000

description:
Dereferencing struct proc * and struct lwp *, include them

diffstat:

 sys/arch/acorn26/acorn26/except.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 2eff9b2fc069 -r b177edbc7a65 sys/arch/acorn26/acorn26/except.c
--- a/sys/arch/acorn26/acorn26/except.c Mon Nov 15 06:01:07 2010 +0000
+++ b/sys/arch/acorn26/acorn26/except.c Mon Nov 15 06:05:27 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: except.c,v 1.25 2010/07/07 01:17:26 chs Exp $ */
+/* $NetBSD: except.c,v 1.26 2010/11/15 06:05:27 uebayasi Exp $ */
 /*-
  * Copyright (c) 1998, 1999, 2000 Ben Harris
  * All rights reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: except.c,v 1.25 2010/07/07 01:17:26 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: except.c,v 1.26 2010/11/15 06:05:27 uebayasi Exp $");
 
 #include "opt_ddb.h"
 
@@ -41,6 +41,8 @@
 #include <sys/syslog.h>
 #include <sys/systm.h>
 #include <sys/cpu.h>
+#include <sys/lwp.h>
+#include <sys/proc.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index