Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/boot/xxboot Explicitly include sys/exec_aout.h.



details:   https://anonhg.NetBSD.org/src/rev/bdabfb3d5292
branches:  trunk
changeset: 747518:bdabfb3d5292
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Fri Sep 18 21:40:09 2009 +0000

description:
Explicitly include sys/exec_aout.h.

diffstat:

 sys/arch/vax/boot/xxboot/bootxx.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8b4afa24b255 -r bdabfb3d5292 sys/arch/vax/boot/xxboot/bootxx.c
--- a/sys/arch/vax/boot/xxboot/bootxx.c Fri Sep 18 18:31:53 2009 +0000
+++ b/sys/arch/vax/boot/xxboot/bootxx.c Fri Sep 18 21:40:09 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootxx.c,v 1.35 2009/03/23 13:52:32 tsutsui Exp $ */
+/* $NetBSD: bootxx.c,v 1.36 2009/09/18 21:40:09 mhitch Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -36,6 +36,7 @@
 #include <sys/disklabel.h>
 #include <sys/exec.h>
 #include <sys/exec_elf.h>
+#include <sys/exec_aout.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/ufs.h>



Home | Main Index | Thread Index | Old Index