diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-13 12:53:27 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-13 12:53:27 +0200 |
commit | 05e8605ab8a01120af7c9f011c2334ab34381fdf (patch) | |
tree | f200589bc4e66c649788cc58d5a6f4fc013dbe45 /runit/runsvdir.c | |
parent | b1db09be5a19f814ed5dc7e0ab095c3355926da6 (diff) | |
download | busybox-w32-05e8605ab8a01120af7c9f011c2334ab34381fdf.tar.gz busybox-w32-05e8605ab8a01120af7c9f011c2334ab34381fdf.tar.bz2 busybox-w32-05e8605ab8a01120af7c9f011c2334ab34381fdf.zip |
remove runit/runit_lib.c
function old new delta
runsv_main 1770 1786 +16
svstatus_get 176 188 +12
sv_main 1180 1186 +6
runsvdir_main 683 689 +6
processorstart 385 391 +6
control 126 132 +6
logdir_open 1184 1187 +3
lock_exnb 14 - -14
lock_ex 14 - -14
open_write 17 - -17
open_read 17 - -17
------------------------------------------------------------------------------
(add/remove: 0/5 grow/shrink: 7/0 up/down: 55/-62) Total: -7 bytes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'runit/runsvdir.c')
-rw-r--r-- | runit/runsvdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/runsvdir.c b/runit/runsvdir.c index 71fde757e..e77eeff04 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c | |||
@@ -276,7 +276,7 @@ int runsvdir_main(int argc UNUSED_PARAM, char **argv) | |||
276 | } | 276 | } |
277 | run: | 277 | run: |
278 | #endif | 278 | #endif |
279 | curdir = open_read("."); | 279 | curdir = open(".", O_RDONLY|O_NDELAY); |
280 | if (curdir == -1) | 280 | if (curdir == -1) |
281 | fatal2_cannot("open current directory", ""); | 281 | fatal2_cannot("open current directory", ""); |
282 | close_on_exec_on(curdir); | 282 | close_on_exec_on(curdir); |