Fix indention which I did wrong in a previous commit.
Submitted by: bde
This commit is contained in:
parent
db17c6fc07
commit
1cf1a725ff
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user