diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c index 9016655e0..59305c677 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c @@ -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 UNUSED_PARAM, char **argv) +int sync_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM)) { /* coreutils-6.9 compat */ bb_warn_ignoring_args(argv[1]); |