2.6.32-longterm review patch. If anyone has any objections, please let us know.
------------------ From: Liu Aleaxander <aleaxan...@gmail.com> commit fb967ecc584c20c74a007de749ca597068b0fcac upstream. The os-linux/mem.c file calls fchmod function, which is declared in sys/stat.h header file, so include it. Fixes build breakage under FC13. Signed-off-by: Liu Aleaxander <aleaxan...@gmail.com> Acked-by: Boaz Harrosh <bharr...@panasas.com> Cc: Jeff Dike <jd...@addtoit.com> Signed-off-by: Andrew Morton <a...@linux-foundation.org> Signed-off-by: Linus Torvalds <torva...@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gre...@suse.de> --- arch/um/os-Linux/mem.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/um/os-Linux/mem.c +++ b/arch/um/os-Linux/mem.c @@ -10,6 +10,7 @@ #include <errno.h> #include <fcntl.h> #include <string.h> +#include <sys/stat.h> #include <sys/mman.h> #include <sys/param.h> #include "init.h" _______________________________________________ stable mailing list stable@linux.kernel.org http://linux.kernel.org/mailman/listinfo/stable