Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot Add missing extern declaration of ib_ma...



details:   https://anonhg.NetBSD.org/src/rev/a66f062139e1
branches:  trunk
changeset: 458893:a66f062139e1
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Aug 15 08:36:09 2019 +0000

description:
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 084591e1387d -r a66f062139e1 usr.sbin/installboot/installboot.h
--- a/usr.sbin/installboot/installboot.h        Thu Aug 15 08:34:19 2019 +0000
+++ b/usr.sbin/installboot/installboot.h        Thu Aug 15 08:36:09 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.41 2019/08/15 08:36:09 kamil 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