From: Goffredo Baroncelli Date: Tue, 31 May 2005 21:39:31 +0000 (-0700) Subject: [PATCH] UDF filesystem: array '__mon_yday' declared as not static X-Git-Tag: v2.6.12-rc6~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74d633dc5f56bf059f870370b2f36b021298652;p=pandora-kernel.git [PATCH] UDF filesystem: array '__mon_yday' declared as not static in fs/udf/udftime.c the global array '__mon_yday' is not static, and it conflicts with the glibc one when the kernel is compiled as user mode. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed