Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!cca!decvax!decwrl!sun!shannon
From: shannon@sun.UUCP
Newsgroups: net.unix-wizards
Subject: Re: 4.1c Cshell bug?
Message-ID: <278@sun.UUCP>
Date: Fri, 10-Jun-83 15:50:54 EDT
Article-I.D.: sun.278
Posted: Fri Jun 10 15:50:54 1983
Date-Received: Sun, 12-Jun-83 18:37:05 EDT
References: sri-arpa.1915
Lines: 15

The "Bad file number" problem in the csh on 4.1c is not specific
to apropos or the csh.  The problem is a kernel bug which I fixed
a while ago but it may not have made it in all 4.1c tapes.  The
fix is in biowait in ufs_bio.c; change

	u.u_error = geterror(bp);

to

	if (u.u_error == 0)
		u.u_error = geterror(bp);


				Bill Shannon
				Sun Microsystems Inc.