Module Name:    src
Committed By:   hkenken
Date:           Fri Jul 25 16:04:27 UTC 2014

Modified Files:
        src/sys/arch/evbarm/kobo: kobo_machdep.c
        src/sys/arch/evbarm/netwalker: netwalker_machdep.c

Log Message:
fix compile error.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/kobo/kobo_machdep.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/netwalker/netwalker_machdep.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/evbarm/kobo/kobo_machdep.c
diff -u src/sys/arch/evbarm/kobo/kobo_machdep.c:1.1 src/sys/arch/evbarm/kobo/kobo_machdep.c:1.2
--- src/sys/arch/evbarm/kobo/kobo_machdep.c:1.1	Fri Jul 25 11:22:50 2014
+++ src/sys/arch/evbarm/kobo/kobo_machdep.c	Fri Jul 25 16:04:27 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: kobo_machdep.c,v 1.1 2014/07/25 11:22:50 hkenken Exp $	*/
+/*	$NetBSD: kobo_machdep.c,v 1.2 2014/07/25 16:04:27 hkenken Exp $	*/
 
 /*
  * Copyright (c) 2002, 2003, 2005, 2010  Genetec Corporation.
@@ -102,7 +102,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kobo_machdep.c,v 1.1 2014/07/25 11:22:50 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kobo_machdep.c,v 1.2 2014/07/25 16:04:27 hkenken Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_arm_debug.h"
@@ -118,6 +118,7 @@ __KERNEL_RCSID(0, "$NetBSD: kobo_machdep
 
 #include <sys/param.h>
 #include <sys/device.h>
+#include <sys/reboot.h>
 #include <sys/termios.h>
 #include <sys/bus.h>
 

Index: src/sys/arch/evbarm/netwalker/netwalker_machdep.c
diff -u src/sys/arch/evbarm/netwalker/netwalker_machdep.c:1.16 src/sys/arch/evbarm/netwalker/netwalker_machdep.c:1.17
--- src/sys/arch/evbarm/netwalker/netwalker_machdep.c:1.16	Tue May  6 11:22:53 2014
+++ src/sys/arch/evbarm/netwalker/netwalker_machdep.c	Fri Jul 25 16:04:27 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: netwalker_machdep.c,v 1.16 2014/05/06 11:22:53 hkenken Exp $	*/
+/*	$NetBSD: netwalker_machdep.c,v 1.17 2014/07/25 16:04:27 hkenken Exp $	*/
 
 /*
  * Copyright (c) 2002, 2003, 2005, 2010  Genetec Corporation.
@@ -102,9 +102,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.16 2014/05/06 11:22:53 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netwalker_machdep.c,v 1.17 2014/07/25 16:04:27 hkenken Exp $");
 
 #include "opt_evbarm_boardtype.h"
+#include "opt_arm_debug.h"
 #include "opt_cputypes.h"
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -119,6 +120,7 @@ __KERNEL_RCSID(0, "$NetBSD: netwalker_ma
 
 #include <sys/param.h>
 #include <sys/device.h>
+#include <sys/reboot.h>
 #include <sys/termios.h>
 #include <sys/bus.h>
 

Reply via email to