Back out 1.160, which was committed by mistake.

This commit is contained in:
Dag-Erling Smørgrav 2004-01-11 20:08:57 +00:00
parent d7a1c7e34b
commit ac34dc4e79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124399

View File

@ -258,7 +258,6 @@ pipe(td, uap)
FILEDESC_LOCK(fdp);
if (fdp->fd_ofiles[td->td_retval[0]] == rf) {
fdp->fd_ofiles[td->td_retval[0]] = NULL;
fdunused(fdp, td->td_retval[0]);
FILEDESC_UNLOCK(fdp);
fdrop(rf, td);
} else {