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