Module Name:    src
Committed By:   mrg
Date:           Sat Jan 22 09:40:51 UTC 2011

Modified Files:
        src/sys/sys: systm.h

Log Message:
move <sys/device_if.h> outside of _KERNEL since the bulk of the previous
change depends upon "device_t" being defined.

fixes sparc/stand build.


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/sys/sys/systm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/systm.h
diff -u src/sys/sys/systm.h:1.246 src/sys/sys/systm.h:1.247
--- src/sys/sys/systm.h:1.246	Fri Jan 21 17:46:19 2011
+++ src/sys/sys/systm.h	Sat Jan 22 09:40:50 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: systm.h,v 1.246 2011/01/21 17:46:19 dyoung Exp $	*/
+/*	$NetBSD: systm.h,v 1.247 2011/01/22 09:40:50 mrg Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1988, 1991, 1993
@@ -48,9 +48,10 @@
 
 #ifdef _KERNEL
 #include <sys/types.h>
-#include <sys/device_if.h>
 #endif
 
+#include <sys/device_if.h>
+
 struct clockframe;
 struct lwp;
 struct proc;

Reply via email to