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 ec03219..8bff86a 100644 --- a/miscutils/inotifyd.c +++ b/miscutils/inotifyd.c @@ -117,7 +117,7 @@ int inotifyd_main(int argc, char **argv) // open inotify pfd.fd = inotify_init(); if (pfd.fd < 0) - bb_perror_msg_and_die("no kernel support"); + bb_simple_perror_msg_and_die("no kernel support"); // setup watches while (*++argv) { |