Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand/bootxx This one needs <sys/exec_aout....
details: https://anonhg.NetBSD.org/src/rev/ac54b4ecbeae
branches: trunk
changeset: 746884:ac54b4ecbeae
user: he <he%NetBSD.org@localhost>
date: Sat Aug 22 10:02:21 2009 +0000
description:
This one needs <sys/exec_aout.h>, so include it explicitly.
diffstat:
sys/arch/mvme68k/stand/bootxx/bootxx.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6edef6af7134 -r ac54b4ecbeae sys/arch/mvme68k/stand/bootxx/bootxx.c
--- a/sys/arch/mvme68k/stand/bootxx/bootxx.c Sat Aug 22 06:52:15 2009 +0000
+++ b/sys/arch/mvme68k/stand/bootxx/bootxx.c Sat Aug 22 10:02:21 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootxx.c,v 1.15 2008/04/28 20:23:29 martin Exp $ */
+/* $NetBSD: bootxx.c,v 1.16 2009/08/22 10:02:21 he Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -43,6 +43,7 @@
#include <sys/time.h>
#include <sys/exec.h>
#include <sys/exec_elf.h>
+#include <sys/exec_aout.h>
#include <machine/prom.h>
#include <lib/libsa/stand.h>
Home |
Main Index |
Thread Index |
Old Index