Module Name:    src
Committed By:   tsutsui
Date:           Tue Sep 22 14:49:28 UTC 2009

Modified Files:
        src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c

Log Message:
Explicitly include <sys/exec_aout.h> for ZMAGIC etc.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/acorn32/eb7500atx/eb7500atx_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/acorn32/eb7500atx/eb7500atx_machdep.c
diff -u src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.15 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.16
--- src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c:1.15	Tue Aug 11 17:04:14 2009
+++ src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.c	Tue Sep 22 14:49:28 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: eb7500atx_machdep.c,v 1.15 2009/08/11 17:04:14 matt Exp $	*/
+/*	$NetBSD: eb7500atx_machdep.c,v 1.16 2009/09/22 14:49:28 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 2000-2002 Reinoud Zandijk.
@@ -55,7 +55,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.15 2009/08/11 17:04:14 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: eb7500atx_machdep.c,v 1.16 2009/09/22 14:49:28 tsutsui Exp $");
 
 #include <sys/systm.h>
 #include <sys/kernel.h>
@@ -63,6 +63,7 @@
 #include <sys/proc.h>
 #include <sys/msgbuf.h>
 #include <sys/exec.h>
+#include <sys/exec_aout.h>
 #include <sys/ksyms.h>
 
 #include <dev/cons.h>

Reply via email to