From 5830d22764b027cd885c6f0c8e4e1cc2211e79c6 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 7 Feb 2002 23:03:41 +0000 Subject: Fix a long line touched in previous commit (but not caused by previous commit) --- sys/nfsclient/nfs_socket.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/nfsclient') diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c index 59aecc4..73ecf47 100644 --- a/sys/nfsclient/nfs_socket.c +++ b/sys/nfsclient/nfs_socket.c @@ -1067,8 +1067,9 @@ nfs_timer(void *arg) struct nfsmount *nmp; int timeo; int s, error; - struct thread *td = &thread0; /* XXX for credentials, will break if sleep */ + struct thread *td; + td = &thread0; /* XXX for credentials, may break if sleep */ s = splnet(); TAILQ_FOREACH(rep, &nfs_reqq, r_chain) { nmp = rep->r_nmp; -- cgit v1.1