aboutsummaryrefslogtreecommitdiff
path: root/miscutils/inotifyd.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/inotifyd.c')
-rw-r--r--miscutils/inotifyd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c
index ec0321941..8bff86ae5 100644
--- a/miscutils/inotifyd.c
+++ b/miscutils/inotifyd.c
@@ -117,7 +117,7 @@ int inotifyd_main(int argc, char **argv)
117 // open inotify 117 // open inotify
118 pfd.fd = inotify_init(); 118 pfd.fd = inotify_init();
119 if (pfd.fd < 0) 119 if (pfd.fd < 0)
120 bb_perror_msg_and_die("no kernel support"); 120 bb_simple_perror_msg_and_die("no kernel support");
121 121
122 // setup watches 122 // setup watches
123 while (*++argv) { 123 while (*++argv) {