Fix a long line touched in previous commit (but not caused by previous

commit)
This commit is contained in:
peter 2002-02-07 23:03:41 +00:00
parent 71eb37ca9f
commit 5830d22764

View File

@ -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;