diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-10-29 12:47:07 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-10-29 12:47:07 +0000 |
commit | d14216b62186ac44ecda8e4d1d56ed2a08576575 (patch) | |
tree | 298c8d8b6a07a7df90b80030c78f7c2de0e60e18 /sys/nfs/nfs_socket.c | |
parent | 395da43bec632ccfe924afe30535cbd3f5e67836 (diff) |
Get rid of some commons.
Diffstat (limited to 'sys/nfs/nfs_socket.c')
-rw-r--r-- | sys/nfs/nfs_socket.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c index 8369f4811ef..a2e6760bb09 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_socket.c,v 1.31 2002/08/01 22:38:44 csapuntz Exp $ */ +/* $OpenBSD: nfs_socket.c,v 1.32 2002/10/29 12:47:06 art Exp $ */ /* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */ /* @@ -140,6 +140,8 @@ void nfs_realign(struct mbuf **, int); unsigned int nfs_realign_test = 0; unsigned int nfs_realign_count = 0; +struct nfsreqhead nfs_reqq; + /* * Initialize sockets and congestion for a new NFS connection. * We do not free the sockaddr if error. |