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

2010-06-29 Thread Andrew Morton
On Tue, 29 Jun 2010 11:35:00 +0300 Boaz Harrosh wrote: > 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 > > --- > > arch/um/os-Linux/mem.

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 > --- > arch/um/os-Linux/mem.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --g

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 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 13. Previo

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 t