Allow more than 4 (up to 16 now) virtual filesystems to be loaded.
Patch from Matthias Scheler, pr4299.
This commit is contained in:
parent
c111d4e6c2
commit
c7a9bfc5b5
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vfs_conf.c,v 1.25 1997/10/06 09:25:00 thorpej Exp $ */
|
||||
/* $NetBSD: vfs_conf.c,v 1.26 1997/10/20 17:40:07 is Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -171,6 +171,18 @@ struct vfsops *vfssw[] = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
#endif
|
||||
0
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user