From cd2663f15e74274619dd97dc382bb858ac255872 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 1 Jun 2008 22:36:39 +0000 Subject: ash: optional printf builtin. +25 bytes if off, +35 if on. by Cristian Ionescu-Idbohrn. --- coreutils/chown.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/chown.c') 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, 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; -- cgit v1.2.3