Source-Changes-HG archive

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

[src/netbsd-9]: src/usr.sbin/installboot Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/8d2b1cb1424a
branches:  netbsd-9
changeset: 458191:8d2b1cb1424a
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Aug 16 19:20:46 2019 +0000

description:
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.

diffstat:

 usr.sbin/installboot/installboot.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9776ab9d7543 -r 8d2b1cb1424a usr.sbin/installboot/installboot.h
--- a/usr.sbin/installboot/installboot.h        Fri Aug 16 19:19:27 2019 +0000
+++ b/usr.sbin/installboot/installboot.h        Fri Aug 16 19:20:46 2019 +0000
@@ -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 @@
 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;



Home | Main Index | Thread Index | Old Index