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:
parent
b4cd5daf75
commit
b3a1768824
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user