Fix indention which I did wrong in a previous commit.

Submitted by:	bde
This commit is contained in:
Jeroen Ruigrok van der Werven 2002-04-29 08:18:06 +00:00
parent db17c6fc07
commit 1cf1a725ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95711

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;