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

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