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