Subject: Re: statfs -> statvfs changes
To: Klaus Klein <kleink@reziprozitaet.de>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 04/23/2004 08:08:21
On Apr 23, 10:47am, kleink@reziprozitaet.de (Klaus Klein) wrote:
-- Subject: Re: statfs -> statvfs changes

| On Friday 23 April 2004 08:41, Shin'ichiro TAYA wrote:
| > In /usr/include/sys/statvfs.h, typedef is required before
| > struct statvfs {..., or statvfs_t should be removed.
| 
| I've taken the latter approach; thanks for pointing out!
| 
| > Unless this, variable statvfs_t is defined in each files which
| > includes sys/statvfs.h and results linker error "multiple definition
| > of `statvfs_t'".
| 
| I thought that'd cause it to be created as a common...

Yes, some linkers dislike that.

christos