tls: in AES-GCM decoding, avoid memmove
[oweals/busybox.git] / util-linux / rdev.c
index 6ea9c2a8ad07982105d8c83d01af7073f8b7c180..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 (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