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;
> +#endifyou broke style here (space vs tabs) -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
