Fix some compiler warnings emitted by gcc-4.8.0
[oweals/busybox.git] / util-linux / rev.c
index fa3a453ae309d36795b2f27afa99d0a21ed940e9..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