Module Name:    src
Committed By:   kamil
Date:           Thu Aug 15 08:36:09 UTC 2019

Modified Files:
        src/usr.sbin/installboot: installboot.h

Log Message:
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.41 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.41
--- src/usr.sbin/installboot/installboot.h:1.40	Tue May  7 05:02:42 2019
+++ src/usr.sbin/installboot/installboot.h	Thu Aug 15 08:36:09 2019
@@ -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 @@ 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;

Reply via email to