diff options
Diffstat (limited to 'init/mesg.c')
-rw-r--r-- | init/mesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/mesg.c b/init/mesg.c index b6fd070..676ca2e 100644 --- a/init/mesg.c +++ b/init/mesg.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ -//applet:IF_MESG(APPLET(mesg, _BB_DIR_USR_BIN, _BB_SUID_DROP)) +//applet:IF_MESG(APPLET(mesg, BB_DIR_USR_BIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_MESG) += mesg.o |