tls: in AES-GCM decoding, avoid memmove
[oweals/busybox.git] / util-linux / rdev.c
index 0e1578e33038eb46a7f16563b71ef0e96b9aa979..97279ce61e35d0de7bca5646ee8a52d00922155b 100644 (file)
@@ -6,15 +6,14 @@
  *   Grant Erickson <gerickson@nuovations.com>
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
- *
  */
 //config:config RDEV
-//config:      bool "rdev"
+//config:      bool "rdev (1.4 kb)"
 //config:      default y
 //config:      help
-//config:        Print the device node associated with the filesystem mounted at '/'.
+//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