These still need <sys/reboot.h> for the RB_ constants.
authormiod <miod@openbsd.org>
Sun, 13 Jul 2014 09:08:20 +0000 (09:08 +0000)
committermiod <miod@openbsd.org>
Sun, 13 Jul 2014 09:08:20 +0000 (09:08 +0000)
sys/arch/hppa/hppa/machdep.c
sys/arch/hppa64/hppa64/machdep.c

index 3e62f4d..3bac6ec 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.228 2014/07/12 22:37:03 uebayasi Exp $  */
+/*     $OpenBSD: machdep.c,v 1.229 2014/07/13 09:08:20 miod Exp $      */
 
 /*
  * Copyright (c) 1999-2003 Michael Shalayeff
@@ -32,6 +32,7 @@
 #include <sys/kernel.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
+#include <sys/reboot.h>
 #include <sys/device.h>
 #include <sys/conf.h>
 #include <sys/file.h>
index 86a68cf..3b1a7ae 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.66 2014/07/12 22:37:03 uebayasi Exp $   */
+/*     $OpenBSD: machdep.c,v 1.67 2014/07/13 09:08:20 miod Exp $       */
 
 /*
  * Copyright (c) 2005 Michael Shalayeff
@@ -23,6 +23,7 @@
 #include <sys/kernel.h>
 #include <sys/proc.h>
 #include <sys/buf.h>
+#include <sys/reboot.h>
 #include <sys/device.h>
 #include <sys/conf.h>
 #include <sys/file.h>