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/nfs_subs.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/nfs/nfs_subs.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.106 retrieving revision 1.107 diff -u -p -r1.106 -r1.107 --- src/sys/nfs/nfs_subs.c 2002/10/23 09:14:50 1.106 +++ src/sys/nfs/nfs_subs.c 2002/12/01 23:02:11 1.107 @@ -1,4 +1,4 @@ -/* $NetBSD: nfs_subs.c,v 1.106 2002/10/23 09:14:50 jdolecek Exp $ */ +/* $NetBSD: nfs_subs.c,v 1.107 2002/12/01 23:02:11 matt Exp $ */ /* * Copyright (c) 1989, 1993 @@ -74,7 +74,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.106 2002/10/23 09:14:50 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.107 2002/12/01 23:02:11 matt Exp $"); #include "fs_nfs.h" #include "opt_nfs.h" @@ -580,7 +580,6 @@ extern const int nqnfs_piggy[NFS_NPROCS] extern struct nfsnodehashhead *nfsnodehashtbl; extern u_long nfsnodehash; -LIST_HEAD(nfsnodehashhead, nfsnode); u_long nfsdirhashmask; int nfs_webnamei __P((struct nameidata *, struct vnode *, struct proc *));