Module Name: src
Committed By: martin
Date: Fri Aug 16 19:20:46 UTC 2019
Modified Files:
src/usr.sbin/installboot [netbsd-9]: installboot.h
Log Message:
Pull up following revision(s) (requested by kamil in ticket #67):
usr.sbin/installboot/installboot.h: revision 1.41
Add missing extern declaration of ib_mach_emips in installboot
Change added for the consistency with the existing code.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.40.2.1 src/usr.sbin/installboot/installboot.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/installboot/installboot.h
diff -u src/usr.sbin/installboot/installboot.h:1.40 src/usr.sbin/installboot/installboot.h:1.40.2.1
--- src/usr.sbin/installboot/installboot.h:1.40 Tue May 7 05:02:42 2019
+++ src/usr.sbin/installboot/installboot.h Fri Aug 16 19:20:46 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: installboot.h,v 1.40 2019/05/07 05:02:42 thorpej Exp $ */
+/* $NetBSD: installboot.h,v 1.40.2.1 2019/08/16 19:20:46 martin Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -184,6 +184,7 @@ int ext2fs_findstage2(ib_params *, uint
extern struct ib_mach ib_mach_alpha;
extern struct ib_mach ib_mach_amd64;
extern struct ib_mach ib_mach_amiga;
+extern struct ib_mach ib_mach_emips;
extern struct ib_mach ib_mach_evbarm;
extern struct ib_mach ib_mach_ews4800mips;
extern struct ib_mach ib_mach_hp300;