Test version of glibc 2.3.5-10, kfreebsd-amd64
Petr Salinger
Petr.Salinger at t-systems.cz
Mon Jan 2 15:47:42 UTC 2006
On Mon, 2 Jan 2006, Petr Salinger wrote:
> > > We don't have to break ABI at all.
> > > Kernel structure don't have to be the same as user structure.
> > >
> > > In 2.3.0, user structure statfs is the same as in kernel,
> > > but statfs64 is different -> conversion is needed anyway.
> >
> > Yes, it's exactly what I have done for statfs, fhstatfs and fstatfs,
> > however, have a look at getfsstat64.c. You will see that the conversion
> > is not so tricky, it uses the fact that sizeof(statfs64) >
> > sizeof(statfs). This is not the case in our case, so it is not that easy
> > to do the conversion.
Here is my patch, can you give a look on it ?
Now really enclosed ...
Petr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: statfs.diff.gz
Type: application/x-gzip
Size: 4672 bytes
Desc:
Url : http://lists.alioth.debian.org/pipermail/glibc-bsd-devel/attachments/20060102/facf21b9/statfs.diff.bin
More information about the Glibc-bsd-devel
mailing list