Fix indention which I did wrong in a previous commit.

Submitted by:	bde
This commit is contained in:
asmodai 2002-04-29 08:18:06 +00:00
parent c0e3147cc6
commit dafd57693b

View File

@ -295,7 +295,7 @@ fcntl(td, uap)
case F_SETFD:
*pop = (*pop &~ UF_EXCLOSE) |
(uap->arg & FD_CLOEXEC ? UF_EXCLOSE : 0);
(uap->arg & FD_CLOEXEC ? UF_EXCLOSE : 0);
FILEDESC_UNLOCK(fdp);
break;