freebsd-nq/sys/gnu
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
..
ext2fs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
fs/ext2fs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
i386 Moved prototypes for devswitch functions from conf.c and driver sources 1995-11-04 13:25:33 +00:00
isdn Fix benign type mismatches in devsw functions. 82 out of 299 devsw 1995-09-08 11:09:15 +00:00
misc John Aycock's BSD copyrighted sequencer assembler and sequencer code. This 1995-04-15 21:45:56 +00:00
scsi Julian E. says the code is out of date, but I can at least make the 1995-02-14 22:33:10 +00:00