statfs64 and !LFS

Dmitry V. Levin ldv at altlinux.org
Wed Oct 21 16:12:24 UTC 2009


On Wed, Oct 21, 2009 at 06:05:34PM +0200, Bernhard Reutner-Fischer wrote:
> On Wed, Oct 21, 2009 at 06:07:12PM +0400, Dmitry V. Levin wrote:
> >On Wed, Oct 14, 2009 at 04:46:24PM +0200, Bernhard Reutner-Fischer wrote:
> >> With this patchlet i'm able to build on a uClibc setup with LFS off.
> >
> >> --- a/acinclude.m4
> >> +++ b/acinclude.m4
> >[...]
> >> +	AC_DEFINE([HAVE_STATFS64], 1,
> >[...]
> >> --- a/file.c
> >> +++ b/file.c
> >[...]
> >> -#ifdef LINUX
> >> +#if defined LINUX && defined HAVE_STATFS64
> >[...]
> >> --- a/syscall.c
> >> +++ b/syscall.c
> >[...]
> >> +#ifndef HAVE_STAT64
> >
> >You haven't tried your patch on a system with LFS support, have you?
> 
> I tried it both with and without LFS support and both work as expected
> with the patch.

I see now, this patch consists of two different parts, that should be
committed separately.  Thank you.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20091021/6ac6746e/attachment.bin>


More information about the Strace-devel mailing list