diff options
author | Denis Vlasenko | 2008-06-01 22:36:39 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-06-01 22:36:39 +0000 |
commit | cd2663f15e74274619dd97dc382bb858ac255872 (patch) | |
tree | f86565e574c3488794383b910b9f3fa3ae27df48 /coreutils/chown.c | |
parent | d78920675f31d6ec87dc883c4edc0f3862b22f6a (diff) | |
download | busybox-cd2663f15e74274619dd97dc382bb858ac255872.zip busybox-cd2663f15e74274619dd97dc382bb858ac255872.tar.gz |
ash: optional printf builtin. +25 bytes if off, +35 if on.
by Cristian Ionescu-Idbohrn.
Diffstat (limited to 'coreutils/chown.c')
-rw-r--r-- | coreutils/chown.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c index eaaefaf..78377e6 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c @@ -61,7 +61,6 @@ static int fileAction(const char *fileName, struct stat *statbuf, return FALSE; } -int chown_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int chown_main(int argc ATTRIBUTE_UNUSED, char **argv) { int retval = EXIT_SUCCESS; |