freebsd-nq/sys/isofs/cd9660
Bruce Evans f57e65478d Introduced a type `vop_t' for vnode operation functions and used
it 1138 times (:-() in casts and a few more times in declarations.
This change is null for the i386.

The type has to be `typedef int vop_t(void *)' and not `typedef
int vop_t()' because `gcc -Wstrict-prototypes' warns about the
latter.  Since vnode op functions are called with args of different
(struct pointer) types, neither of these function types is any use
for type checking of the arg, so it would be preferable not to use
the complete function type, especially since using the complete
type requires adding 1138 casts to avoid compiler warnings and
another 40+ casts to reverse the function pointer conversions before
calling the functions.
1995-11-09 08:17:23 +00:00
..
cd9660_bmap.c Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
cd9660_lookup.c Moved the filesystem read-only check out of the syscalls and into the 1995-10-22 09:32:48 +00:00
cd9660_node.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
cd9660_node.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
cd9660_rrip.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
cd9660_rrip.h Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
cd9660_util.c There is a small bug in the cd9660 code that prevents stating of 1995-07-16 10:20:56 +00:00
cd9660_vfsops.c Make a lot of stuff static. 1995-10-31 12:13:49 +00:00
cd9660_vnops.c Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
iso_rrip.h Added $Id$ 1994-08-02 07:55:43 +00:00
iso.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
TODO Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
TODO.hibler BSD 4.4 Lite Kernel Sources 1994-05-24 10:09:53 +00:00