userboot: mark host_fsops as extern

This is already defined elsewhere; mark this declaration extern to the fix
the -fno-common build.

MFC after:	3 days
This commit is contained in:
Kyle Evans 2020-03-29 02:29:06 +00:00
parent b4cd5daf75
commit b3a1768824
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359415

View File

@ -44,7 +44,7 @@ extern int userboot_disk_maxunit;
extern struct devsw host_dev;
/* access to host filesystem */
struct fs_ops host_fsops;
extern struct fs_ops host_fsops;
struct bootinfo;
struct preloaded_file;