From: Al Viro Date: Wed, 21 May 2008 05:32:11 +0000 (+0100) Subject: provide out-of-line strcat() for m68k X-Git-Tag: v2.6.26-rc4~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=337e3c48e95e071a6ec1bfe95b55325e97f4908e;p=pandora-kernel.git provide out-of-line strcat() for m68k Whether we sidestep it in init/main.c or not, such situations will arise again; compiler does generate calls of strcat() on optimizations, so we really ought to have an out-of-line version... Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed