Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/algor/algor curlwp needs sys/lwp.h.



details:   https://anonhg.NetBSD.org/src/rev/04abb77b976c
branches:  trunk
changeset: 758761:04abb77b976c
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:08:32 2010 +0000

description:
curlwp needs sys/lwp.h.

diffstat:

 sys/arch/algor/algor/machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0dbbcfd4d123 -r 04abb77b976c sys/arch/algor/algor/machdep.c
--- a/sys/arch/algor/algor/machdep.c    Mon Nov 15 06:07:41 2010 +0000
+++ b/sys/arch/algor/algor/machdep.c    Mon Nov 15 06:08:32 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.45 2010/02/08 19:02:25 joerg Exp $       */
+/*     $NetBSD: machdep.c,v 1.46 2010/11/15 06:08:32 uebayasi Exp $    */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -106,7 +106,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.45 2010/02/08 19:02:25 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.46 2010/11/15 06:08:32 uebayasi Exp $");
 
 #include "opt_algor_p4032.h"
 #include "opt_algor_p5064.h" 
@@ -129,6 +129,7 @@
 #include <sys/termios.h>
 #include <sys/ksyms.h>
 #include <sys/device.h>
+#include <sys/lwp.h>
 
 #include <net/if.h>
 #include <net/if_ether.h>



Home | Main Index | Thread Index | Old Index