aboutsummaryrefslogtreecommitdiff
path: root/coreutils/chown.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-01 22:36:39 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-01 22:36:39 +0000
commitcd2663f15e74274619dd97dc382bb858ac255872 (patch)
treef86565e574c3488794383b910b9f3fa3ae27df48 /coreutils/chown.c
parentd78920675f31d6ec87dc883c4edc0f3862b22f6a (diff)
downloadbusybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.tar.gz
busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.tar.bz2
busybox-w32-cd2663f15e74274619dd97dc382bb858ac255872.zip
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c
index eaaefaf29..78377e6a0 100644
--- a/coreutils/chown.c
+++ b/coreutils/chown.c
@@ -61,7 +61,6 @@ static int fileAction(const char *fileName, struct stat *statbuf,
61 return FALSE; 61 return FALSE;
62} 62}
63 63
64int chown_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
65int chown_main(int argc ATTRIBUTE_UNUSED, char **argv) 64int chown_main(int argc ATTRIBUTE_UNUSED, char **argv)
66{ 65{
67 int retval = EXIT_SUCCESS; 66 int retval = EXIT_SUCCESS;