[PATCH] libc/sysdeps: Fix common-generic stat.h for BE

Markos Chandras hwoarang at gentoo.org
Fri Mar 22 16:40:38 UTC 2013


On 22 March 2013 16:30,  <mischa.jonker at synopsys.com> wrote:
> From: Mischa Jonker <mjonker at synopsys.com>
>
> Signed-off-by: Mischa Jonker <mjonker at synopsys.com>
> ---
>  libc/sysdeps/linux/common-generic/bits/stat.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libc/sysdeps/linux/common-generic/bits/stat.h b/libc/sysdeps/linux/common-generic/bits/stat.h
> index 053d43b..07716ab 100644
> --- a/libc/sysdeps/linux/common-generic/bits/stat.h
> +++ b/libc/sysdeps/linux/common-generic/bits/stat.h
> @@ -59,7 +59,7 @@ struct stat
>      unsigned int st_uid;                       /* User ID of the file's owner. */
>      unsigned int st_gid;                       /* Group ID of the file's group.*/
>      unsigned long __pad3;
> -    unsigned long st_rdev                      /* Device number, if device.  */
> +    unsigned long st_rdev;                     /* Device number, if device.  */
>      unsigned long long __pad4;
>      long __pad5;
>      long st_size;                              /* Size of file, in bytes. */
> --
> 1.7.0.4
>
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc

Oops yes. Thanks for that!

-- 
Regards,
Markos Chandras - Gentoo Linux Developer
http://dev.gentoo.org/~hwoarang


More information about the uClibc mailing list