aboutsummaryrefslogtreecommitdiff
path: root/miscutils/devfsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r--miscutils/devfsd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c
index bfa5c1727..734d4a7d9 100644
--- a/miscutils/devfsd.c
+++ b/miscutils/devfsd.c
@@ -371,10 +371,7 @@ int devfsd_main(int argc, char **argv)
371 xchdir(mount_point); 371 xchdir(mount_point);
372 372
373 fd = xopen(".devfsd", O_RDONLY); 373 fd = xopen(".devfsd", O_RDONLY);
374 374 close_on_exec_on(fd);
375 if (fcntl(fd, F_SETFD, FD_CLOEXEC) != 0)
376 bb_perror_msg_and_die("FD_CLOEXEC");
377
378 xioctl(fd, DEVFSDIOC_GET_PROTO_REV, &proto_rev); 375 xioctl(fd, DEVFSDIOC_GET_PROTO_REV, &proto_rev);
379 376
380 /*setup initial entries */ 377 /*setup initial entries */