Module Name:    src
Committed By:   he
Date:           Mon Apr 13 11:54:58 UTC 2009

Modified Files:
        src/sys/arch/powerpc/powerpc: darwin_machdep.c

Log Message:
Add the include of compat/darwin/darwin_types.h, so that this builds
again with COMPAT_DARWIN defined.  Fix from KIYOHARA Takashi.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/powerpc/powerpc/darwin_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/powerpc/powerpc/darwin_machdep.c
diff -u src/sys/arch/powerpc/powerpc/darwin_machdep.c:1.27 src/sys/arch/powerpc/powerpc/darwin_machdep.c:1.28
--- src/sys/arch/powerpc/powerpc/darwin_machdep.c:1.27	Wed Mar 18 16:00:14 2009
+++ src/sys/arch/powerpc/powerpc/darwin_machdep.c	Mon Apr 13 11:54:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: darwin_machdep.c,v 1.27 2009/03/18 16:00:14 cegger Exp $ */
+/*	$NetBSD: darwin_machdep.c,v 1.28 2009/04/13 11:54:58 he Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_machdep.c,v 1.27 2009/03/18 16:00:14 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_machdep.c,v 1.28 2009/04/13 11:54:58 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -44,6 +44,7 @@
 #include <compat/mach/mach_types.h>
 #include <compat/mach/mach_vm.h>
 
+#include <compat/darwin/darwin_types.h>
 #include <compat/darwin/darwin_audit.h>
 #include <compat/darwin/darwin_signal.h>
 #include <compat/darwin/darwin_syscallargs.h>

Reply via email to