freebsd-dev/sys/fs/devfs
Mike Barcroft 2b7f24d210 Change iov_base's type from char *' to the standard void *'. All
uses of iov_base which assume its type is `char *' (in order to do
pointer arithmetic) have been updated to cast iov_base to `char *'.
2002-10-11 14:58:34 +00:00
..
devfs_devs.c s/struct dev_t */dev_t */ 2002-09-28 21:21:01 +00:00
devfs_rule.c Treat the pathptrn field as a real pattern with the aid of fnmatch(). 2002-10-08 04:21:54 +00:00
devfs_vfsops.c Introduce typedefs for the member functions of struct vfsops and employ 2002-08-13 10:05:50 +00:00
devfs_vnops.c Change iov_base's type from char *' to the standard void *'. All 2002-10-11 14:58:34 +00:00
devfs.h Move the vop-vector declaration into devfs_vnops.c where it belongs. 2002-10-01 10:08:08 +00:00