commit | e74d633dc5f56bf059f870370b2f36b021298652 | [log] [tgz] |
---|---|---|
author | Goffredo Baroncelli <kreijack@inwind.it> | Tue May 31 14:39:31 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 31 14:54:18 2005 -0700 |
tree | f5eb7cd036ac626cd088acf5228883b31961d8e4 | |
parent | 97d3a00f77fa527886d53dd943017654ce142186 [diff] |
[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 <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>