NetBSD/sys/ufs
jdolecek b0fb24279c change the lf_advlock() arguments from
int     lf_advlock __P((struct lockf **,
           off_t, caddr_t, int, struct flock *, int));
to

int     lf_advlock __P((struct vop_advlock_args *, struct lockf **, off_t));

This matches common usage and is also compatible with similar change
in FreeBSD (though they use u_quad_t as last arg).
2000-07-22 15:26:11 +00:00
..
ext2fs change the lf_advlock() arguments from 2000-07-22 15:26:11 +00:00
ffs remove include of <vm/vm.h> and <uvm/uvm_extern.h> 2000-06-28 14:16:37 +00:00
lfs XXX Use of hzto() return value needs to be double-checked here. 2000-07-13 17:35:03 +00:00
mfs Bitbucket MFS I/O after vfs_shutdown has started.. 2000-06-11 03:09:55 +00:00
ufs change the lf_advlock() arguments from 2000-07-22 15:26:11 +00:00
Makefile