NetBSD/sys/msdosfs
cgd 145233fa6e 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:31:41 +00:00
..
bootsect.h Make the msdosfs driver understand Atari-gemdos filesystems. Although they 1995-07-24 06:36:23 +00:00
bpb.h Make the msdosfs driver understand Atari-gemdos filesystems. Although they 1995-07-24 06:36:23 +00:00
denode.h Implement poll(2). 1996-09-07 12:40:22 +00:00
direntry.h make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
fat.h Deal correctly with boundary between 12 bit and 16 bit cluster numbers 1996-02-11 22:48:14 +00:00
msdosfs_conv.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
msdosfs_denode.c backout previous kprintf changes 1996-10-13 04:10:34 +00:00
msdosfs_fat.c backout previous kprintf changes 1996-10-13 04:10:34 +00:00
msdosfs_lookup.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
msdosfs_vfsops.c Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
msdosfs_vnops.c Fix panic on mkdir. 1996-11-08 15:51:49 +00:00
msdosfsmount.h Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:31:41 +00:00