Module Name:    src
Committed By:   mhitch
Date:           Fri Sep 18 21:40:09 UTC 2009

Modified Files:
        src/sys/arch/vax/boot/xxboot: bootxx.c

Log Message:
Explicitly include sys/exec_aout.h.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/vax/boot/xxboot/bootxx.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/vax/boot/xxboot/bootxx.c
diff -u src/sys/arch/vax/boot/xxboot/bootxx.c:1.35 src/sys/arch/vax/boot/xxboot/bootxx.c:1.36
--- src/sys/arch/vax/boot/xxboot/bootxx.c:1.35	Mon Mar 23 13:52:32 2009
+++ src/sys/arch/vax/boot/xxboot/bootxx.c	Fri Sep 18 21:40:09 2009
@@ -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>

Reply via email to