On Wednesday 20 May 2009 16:00:07 Austin Foxley wrote:
> --- a/libc/unistd/daemon.c
> +++ b/libc/unistd/daemon.c
> @@ -123,10 +123,18 @@ int daemon( int nochdir, int noclose )
>  #else
>       if (!noclose)
>       {
> -             struct stat64 st;
> +#ifdef __UCLIBC_HAS_LFS__
> +        struct stat64 st;
> +#else
> +        struct stat st;
> +#endif

you broke style here (space vs tabs)
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to