Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/nfs/nfsnode.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- src/sys/nfs/nfsnode.h 1999/11/29 23:34:01 1.28 +++ src/sys/nfs/nfsnode.h 2000/03/30 02:46:36 1.29 @@ -1,4 +1,4 @@ -/* $NetBSD: nfsnode.h,v 1.28 1999/11/29 23:34:01 fvdl Exp $ */ +/* $NetBSD: nfsnode.h,v 1.29 2000/03/30 02:46:36 simonb Exp $ */ /* * Copyright (c) 1989, 1993 @@ -218,7 +218,6 @@ int nfs_pathconf __P((void *)); int nfs_advlock __P((void *)); #define nfs_blkatoff genfs_eopnotsupp int nfs_bwrite __P((void *)); -int nfs_vget __P((struct mount *, ino_t, struct vnode **)); #define nfs_valloc genfs_eopnotsupp #define nfs_reallocblks genfs_eopnotsupp #define nfs_vfree genfs_nullop