aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_subs.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-07-29 11:44:31 +0000
committerBruce Evans <bde@FreeBSD.org>1995-07-29 11:44:31 +0000
commit28f8db1403052856e6104905b66329de1cfa1dc7 (patch)
treeb89d1e0366b685acdcb1eb8c959a65e2e330cb0c /sys/nfsclient/nfs_subs.c
parent772ec2b7a970d0b79304f6784aa42e74c29a8d96 (diff)
downloadsrc-28f8db1403052856e6104905b66329de1cfa1dc7.tar.gz
src-28f8db1403052856e6104905b66329de1cfa1dc7.zip
Eliminate sloppy common-style declarations. There should be none left for
the LINT configuation.
Notes
Notes: svn path=/head/; revision=9759
Diffstat (limited to 'sys/nfsclient/nfs_subs.c')
-rw-r--r--sys/nfsclient/nfs_subs.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index f01e1b066520..4c6d4bbc56bf 100644
--- a/sys/nfsclient/nfs_subs.c
+++ b/sys/nfsclient/nfs_subs.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94
- * $Id: nfs_subs.c,v 1.20 1995/07/13 08:47:53 davidg Exp $
+ * $Id: nfs_subs.c,v 1.21 1995/07/20 09:43:12 davidg Exp $
*/
/*
@@ -94,6 +94,16 @@ enum vtype nv2tov_type[8] = { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON };
enum vtype nv3tov_type[8]={ VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
int nfs_ticks;
+struct nfs_reqq nfs_reqq;
+struct nfssvc_sockhead nfssvc_sockhead;
+int nfssvc_sockhead_flag;
+struct nfsd_head nfsd_head;
+int nfsd_head_flag;
+struct nfs_bufq nfs_bufq;
+struct nqtimerhead nqtimerhead;
+struct nqfhhashhead *nqfhhashtbl;
+u_long nqfhhash;
+
/*
* Mapping of old NFS Version 2 RPC numbers to generic numbers.
*/