Allow more than 4 (up to 16 now) virtual filesystems to be loaded.

Patch from Matthias Scheler, pr4299.
This commit is contained in:
is 1997-10-20 17:40:07 +00:00
parent c111d4e6c2
commit c7a9bfc5b5

View File

@ -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
};