Test version of glibc 2.3.5-10, kfreebsd-amd64

Petr Salinger Petr.Salinger at t-systems.cz
Mon Jan 2 15:44:03 UTC 2006


> > 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 ?

Petr





More information about the Glibc-bsd-devel mailing list