freebsd-nq/sys/ufs
Bruce Evans d2d3e8751c Included <sys/sysproto.h> to get central declarations for syscall args
structs and prototypes for syscalls.

Ifdefed duplicated decentralized declarations of args structs.  It's
convenient to have this visible but they are hard to maintain.  Some
are already different from the central declarations.  4.4lite2 puts
them in comments in the function headers but I wanted to avoid the
large changes for that.
1995-11-12 06:43:28 +00:00
..
ffs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
lfs Included <sys/sysproto.h> to get central declarations for syscall args 1995-11-12 06:43:28 +00:00
mfs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
ufs Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00