diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-04-13 10:01:36 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-04-13 10:01:36 +0000 |
commit | 6f6e5d9a51e9e542fe71abbf2ac1b8cea90e5434 (patch) | |
tree | b5197b37a2a1b27e9f349b8fed1c0322d77edd44 | |
parent | 2b930d1661ab8dfe45694cc7009e8e5184232d47 (diff) |
remove some unneeded externs and unused declerations.
There's no need to extern stuff thats declared in the same file.
ok tedu@
-rw-r--r-- | sys/nfs/nfs_subs.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 7f873996de4..7585b97a8da 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_subs.c,v 1.59 2006/12/29 13:04:37 pedro Exp $ */ +/* $OpenBSD: nfs_subs.c,v 1.60 2007/04/13 10:01:35 thib Exp $ */ /* $NetBSD: nfs_subs.c,v 1.27.4.3 1996/07/08 20:34:24 jtc Exp $ */ /* @@ -527,13 +527,6 @@ static short *nfsrv_v3errmap[] = { extern struct proc *nfs_iodwant[NFS_MAXASYNCDAEMON]; extern struct nfsrtt nfsrtt; -extern struct nfsstats nfsstats; -extern nfstype nfsv2_type[9]; -extern nfstype nfsv3_type[9]; -extern struct nfsnodehashhead *nfsnodehashtbl; -extern u_long nfsnodehash; - -LIST_HEAD(nfsnodehashhead, nfsnode); struct pool nfsreqpl; |