Test version of glibc 2.3.5-10, kfreebsd-amd64

Aurelien Jarno aurelien at aurel32.net
Mon Jan 2 15:53:24 UTC 2006


On Mon, Jan 02, 2006 at 04:44:03PM +0100, 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 ?
> 
I am looking at it.

Please find mine attached :)

Aurelien

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32 at debian.org         | aurelien at aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: statfs.patch.gz
Type: application/octet-stream
Size: 6207 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/glibc-bsd-devel/attachments/20060102/d4b9252d/statfs.patch.obj


More information about the Glibc-bsd-devel mailing list