ftpd: do not use nasty tricks for re-execing if we are on MMU machine.
[oweals/busybox.git] / coreutils / rm.c
index 1774ce296323589a6fda6e97b0453381ba4d6d7d..975f2267b1f219cfd427601b2707e0654c0b009f 100644 (file)
@@ -20,7 +20,7 @@
 /* This is a NOFORK applet. Be very careful! */
 
 int rm_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int rm_main(int argc ATTRIBUTE_UNUSED, char **argv)
+int rm_main(int argc UNUSED_PARAM, char **argv)
 {
        int status = 0;
        int flags = 0;