diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-13 22:43:13 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-13 22:43:13 +0100 |
commit | bb16f57e5d7a3985e27b684e1d329f88f896f40f (patch) | |
tree | aa276667f34f08c87023b1daee949248a70408e0 /coreutils | |
parent | 4fc82e0067db4b54ee05d56feaa4fb981d380e5f (diff) | |
download | busybox-bb16f57e5d7a3985e27b684e1d329f88f896f40f.tar.gz |
INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad.rr.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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]); |