diff options
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r-- | miscutils/devfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 69c698781..96c172cb8 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -378,7 +378,7 @@ static void fork_and_execute(int die, char *arg0, char **arg ) | |||
378 | /* Child : if arg0 != NULL do execvp */ | 378 | /* Child : if arg0 != NULL do execvp */ |
379 | if(arg0 != NULL ) | 379 | if(arg0 != NULL ) |
380 | { | 380 | { |
381 | execvp (arg0, arg); | 381 | BB_EXECVP(arg0, arg); |
382 | msg_logger_and_die(LOG_ERR, "execvp"); | 382 | msg_logger_and_die(LOG_ERR, "execvp"); |
383 | } | 383 | } |
384 | } | 384 | } |