diff options
Diffstat (limited to 'miscutils/inotifyd.c')
-rw-r--r-- | miscutils/inotifyd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c index 999b5e309..271f3ade1 100644 --- a/miscutils/inotifyd.c +++ b/miscutils/inotifyd.c | |||
@@ -155,7 +155,7 @@ int inotifyd_main(int argc, char **argv) | |||
155 | args[1] = events; | 155 | args[1] = events; |
156 | args[2] = watches[ie->wd]; | 156 | args[2] = watches[ie->wd]; |
157 | args[3] = ie->len ? ie->name : NULL; | 157 | args[3] = ie->len ? ie->name : NULL; |
158 | wait4pid(xspawn((char **)args)); | 158 | spawn_and_wait((char **)args); |
159 | // we are done if all files got final x event | 159 | // we are done if all files got final x event |
160 | if (ie->mask & 0x8000) { | 160 | if (ie->mask & 0x8000) { |
161 | if (--argc <= 0) | 161 | if (--argc <= 0) |