Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Another needing <sys/exec_aout.h>.
details: https://anonhg.NetBSD.org/src/rev/2ef56a735511
branches: trunk
changeset: 746787:2ef56a735511
user: he <he%NetBSD.org@localhost>
date: Wed Aug 19 23:46:52 2009 +0000
description:
Another needing <sys/exec_aout.h>.
diffstat:
sys/arch/atari/atari/machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0190dc4e15b5 -r 2ef56a735511 sys/arch/atari/atari/machdep.c
--- a/sys/arch/atari/atari/machdep.c Wed Aug 19 23:17:25 2009 +0000
+++ b/sys/arch/atari/atari/machdep.c Wed Aug 19 23:46:52 2009 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index