NetBSD/sys/nfs
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
..
krpc_subr.c
krpc.h
Makefile
nfs_bio.c remove include of <vm/vm.h> 2000-06-27 17:52:28 +00:00
nfs_boot.c
nfs_bootdhcp.c Allow nfs root over token ring. Closes PR6629. 2000-05-28 07:01:09 +00:00
nfs_bootparam.c
nfs_node.c
nfs_nqlease.c Some tweaks to enable NFS over IPv6. The special-casing of AF_INET 2000-06-09 00:00:17 +00:00
nfs_serv.c remove include of <vm/vm.h> 2000-06-27 17:52:28 +00:00
nfs_socket.c remove include of <vm/vm.h> 2000-06-27 17:52:28 +00:00
nfs_srvcache.c
nfs_subs.c remove include of <vm/vm.h> 2000-06-28 03:30:42 +00:00
nfs_syscalls.c Some tweaks to enable NFS over IPv6. The special-casing of AF_INET 2000-06-09 00:00:17 +00:00
nfs_var.h
nfs_vfsops.c remove include of <vm/vm.h> 2000-06-27 17:52:28 +00:00
nfs_vnops.c change the lf_advlock() arguments from 2000-07-22 15:26:11 +00:00
nfs.h Some tweaks to enable NFS over IPv6. The special-casing of AF_INET 2000-06-09 00:00:17 +00:00
nfsdiskless.h
nfsm_subs.h
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
nqnfs.h Some tweaks to enable NFS over IPv6. The special-casing of AF_INET 2000-06-09 00:00:17 +00:00
rpcv2.h
xdr_subs.h