Module Name:    src
Committed By:   he
Date:           Wed Aug 19 23:46:52 UTC 2009

Modified Files:
        src/sys/arch/atari/atari: machdep.c

Log Message:
Another needing <sys/exec_aout.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/arch/atari/atari/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/atari/atari/machdep.c
diff -u src/sys/arch/atari/atari/machdep.c:1.160 src/sys/arch/atari/atari/machdep.c:1.161
--- src/sys/arch/atari/atari/machdep.c:1.160	Thu Mar  5 13:42:59 2009
+++ src/sys/arch/atari/atari/machdep.c	Wed Aug 19 23:46:52 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.160 2009/03/05 13:42:59 tsutsui Exp $	*/
+/*	$NetBSD: machdep.c,v 1.161 2009/08/19 23:46:52 he Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.160 2009/03/05 13:42:59 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.161 2009/08/19 23:46:52 he Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_netbsd.h"
@@ -106,6 +106,7 @@
 #include <sys/ksyms.h>
 #include <sys/intr.h>
 #include <sys/exec.h>
+#include <sys/exec_aout.h>
 #include <sys/cpu.h>
 #if defined(DDB) && defined(__ELF__)
 #include <sys/exec_elf.h>

Reply via email to