NetBSD/sys/miscfs
cgd 90688fce27 Change the second and third args to struct vfsops' (*vfs_mount)() to
'const char *', and 'void *', respectively.  The second arg is taken directly
from user arguments, and is const there, so must be const in the prototypes
and functions.  The third arg is also taken directly from user arguments.
It doesn't have to be changed, but since it's cleaner to keep the type
the same as the user arg's type, and I'm already making the 'const char *'
change...
1996-12-22 10:10:12 +00:00
..
deadfs backout previous kprintf changes 1996-10-13 02:21:25 +00:00
fdesc Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
fifofs backout previous kprintf changes 1996-10-13 02:21:25 +00:00
genfs Implement poll(2). 1996-09-07 12:40:22 +00:00
kernfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
nullfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
portal Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
procfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
specfs backout previous kprintf changes 1996-10-13 02:21:25 +00:00
umapfs Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
union Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00