inetd: comment tweak. no code changes
[oweals/busybox.git] / coreutils / usleep.c
index d34880d3ad85e1df2eb012de8a16eeb5b6e678b3..e7acd5f82979b18d419ec57f9bfcb373b97075b8 100644 (file)
@@ -14,7 +14,7 @@
 /* This is a NOFORK applet. Be very careful! */
 
 int usleep_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int usleep_main(int argc ATTRIBUTE_UNUSED, char **argv)
+int usleep_main(int argc UNUSED_PARAM, char **argv)
 {
        if (!argv[1]) {
                bb_show_usage();