Re: [uml-devel] [PATCH] um: Include missing header file in os-linux/mem.c

2010-06-29 Thread Boaz Harrosh
On 06/15/2010 11:06 AM, Liu Aleaxander wrote: The os-linux/mem.c file calls fchmod function, which is declared in sys/stat.h header file, so include it. Signed-off-by: Liu Aleaxander aleaxan...@gmail.com --- arch/um/os-Linux/mem.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[uml-devel] [PATCH] um: Include missing header file in os-linux/mem.c

2010-06-15 Thread Liu Aleaxander
The os-linux/mem.c file calls fchmod function, which is declared in sys/stat.h header file, so include it. Signed-off-by: Liu Aleaxander aleaxan...@gmail.com --- arch/um/os-Linux/mem.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/um/os-Linux/mem.c

Re: [uml-devel] [PATCH] um: Include missing header file in os-linux/mem.c

2010-06-15 Thread Boaz Harrosh
On 06/15/2010 04:06 AM, Liu Aleaxander wrote: The os-linux/mem.c file calls fchmod function, which is declared in sys/stat.h header file, so include it. Yes. I have the same patch. Apparently it's new for Fedora 13. Previous Fedora's are compiling fine. I guess something has changed with the

Re: [uml-devel] [PATCH] um: Include missing header file in os-linux/mem.c

2010-06-15 Thread Liu Aleaxander
On Wed, Jun 16, 2010 at 7:16 AM, Boaz Harrosh bharr...@panasas.com wrote: On 06/15/2010 04:06 AM, Liu Aleaxander wrote: The os-linux/mem.c file calls fchmod function, which is declared in sys/stat.h header file, so include it. Yes. I have the same patch. Apparently it's new for Fedora