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 One more file needing <sys/exec_aout.h>.



details:   https://anonhg.NetBSD.org/src/rev/db52bccfe1ac
branches:  trunk
changeset: 746781:db52bccfe1ac
user:      he <he%NetBSD.org@localhost>
date:      Wed Aug 19 19:39:05 2009 +0000

description:
One more file needing <sys/exec_aout.h>.

diffstat:

 sys/arch/atari/atari/atari_init.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 27d78328e170 -r db52bccfe1ac sys/arch/atari/atari/atari_init.c
--- a/sys/arch/atari/atari/atari_init.c Wed Aug 19 18:52:48 2009 +0000
+++ b/sys/arch/atari/atari/atari_init.c Wed Aug 19 19:39:05 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atari_init.c,v 1.83 2009/07/08 12:23:09 tsutsui Exp $  */
+/*     $NetBSD: atari_init.c,v 1.84 2009/08/19 19:39:05 he Exp $       */
 
 /*
  * Copyright (c) 1995 Leo Weppelman
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atari_init.c,v 1.83 2009/07/08 12:23:09 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atari_init.c,v 1.84 2009/08/19 19:39:05 he Exp $");
 
 #include "opt_ddb.h"
 #include "opt_mbtype.h"
@@ -55,6 +55,7 @@
 #include <sys/dkbad.h>
 #include <sys/reboot.h>
 #include <sys/exec.h>
+#include <sys/exec_aout.h>
 #include <sys/core.h>
 #include <sys/kcore.h>
 



Home | Main Index | Thread Index | Old Index