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