inetd: comment tweak. no code changes
[oweals/busybox.git] / coreutils / sync.c
index 5c9d0926f78241cbdc85790ac6053b9a2150f09b..f00a3d0759eceff5b3119e72c00a6ae0380a7a39 100644 (file)
@@ -14,7 +14,7 @@
 /* This is a NOFORK applet. Be very careful! */
 
 int sync_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int sync_main(int argc, char **argv ATTRIBUTE_UNUSED)
+int sync_main(int argc, char **argv UNUSED_PARAM)
 {
        /* coreutils-6.9 compat */
        bb_warn_ignoring_args(argc - 1);