bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / rdev.c
index 2ffe076880968253f2bf334f8302ebb68126c285..97279ce61e35d0de7bca5646ee8a52d00922155b 100644 (file)
@@ -6,7 +6,6 @@
  *   Grant Erickson <gerickson@nuovations.com>
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
- *
  */
 //config:config RDEV
 //config:      bool "rdev (1.4 kb)"
@@ -14,7 +13,7 @@
 //config:      help
 //config:      Print the device node associated with the filesystem mounted at '/'.
 
-//applet:IF_RDEV(APPLET(rdev, BB_DIR_USR_SBIN, BB_SUID_DROP))
+//applet:IF_RDEV(APPLET_NOEXEC(rdev, rdev, BB_DIR_USR_SBIN, BB_SUID_DROP, rdev))
 
 //kbuild:lib-$(CONFIG_RDEV) += rdev.o