Fix some compiler warnings emitted by gcc-4.8.0
[oweals/busybox.git] / util-linux / rev.c
index 8d5ac2f2de7cb4e5fb38fd7b40315e4ab9981afa..3c1b22f0935392cb88e292423c10ac7a83bc0d11 100644 (file)
@@ -3,10 +3,10 @@
  *
  * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com>
  *
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
-//applet:IF_REV(APPLET(rev, _BB_DIR_BIN, _BB_SUID_DROP))
+//applet:IF_REV(APPLET(rev, BB_DIR_BIN, BB_SUID_DROP))
 
 //kbuild:lib-$(CONFIG_REV) += rev.o