diff options
Diffstat (limited to 'procps/iostat.c')
-rw-r--r-- | procps/iostat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/iostat.c b/procps/iostat.c index a9ff13a..06a33eb 100644 --- a/procps/iostat.c +++ b/procps/iostat.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ -//applet:IF_IOSTAT(APPLET(iostat, _BB_DIR_BIN, _BB_SUID_DROP)) +//applet:IF_IOSTAT(APPLET(iostat, BB_DIR_BIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_IOSTAT) += iostat.o |