NetBSD/sys/isofs/cd9660
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
..
TODO
TODO.hibler
cd9660_bmap.c isofs prototypes 1996-02-09 21:31:50 +00:00
cd9660_lookup.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
cd9660_node.c isofs prototypes 1996-02-09 21:31:50 +00:00
cd9660_node.h Prototype cd9660_setattr(). 1996-10-04 03:27:49 +00:00
cd9660_rrip.c backout previous kprintf changes 1996-10-13 02:28:58 +00:00
cd9660_rrip.h
cd9660_util.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
cd9660_vfsops.c Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
cd9660_vnops.c backout previous kprintf changes 1996-10-13 02:28:58 +00:00
iso.h Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
iso_rrip.h