Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/hppa struct lwp * deref needs sys/lwp.h.
details: https://anonhg.NetBSD.org/src/rev/56614088d21a
branches: trunk
changeset: 758770:56614088d21a
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Nov 15 06:32:38 2010 +0000
description:
struct lwp * deref needs sys/lwp.h.
diffstat:
sys/arch/hppa/hppa/db_machdep.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r c68f4304b157 -r 56614088d21a sys/arch/hppa/hppa/db_machdep.c
--- a/sys/arch/hppa/hppa/db_machdep.c Mon Nov 15 06:30:04 2010 +0000
+++ b/sys/arch/hppa/hppa/db_machdep.c Mon Nov 15 06:32:38 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.c,v 1.1 2010/03/02 20:40:15 skrll Exp $ */
+/* $NetBSD: db_machdep.c,v 1.2 2010/11/15 06:32:38 uebayasi Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,9 +30,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.1 2010/03/02 20:40:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_machdep.c,v 1.2 2010/11/15 06:32:38 uebayasi Exp $");
#include <sys/param.h>
+#include <sys/lwp.h>
+
#include <machine/db_machdep.h>
#include <ddb/db_command.h>
Home |
Main Index |
Thread Index |
Old Index