Subject: Re: statfs -> statvfs changes
To: None <christos@zoulas.com>
From: Shin'ichiro TAYA <taya@ba2.so-net.ne.jp>
List: current-users
Date: 04/23/2004 15:41:06
In /usr/include/sys/statvfs.h, typedef is required before
struct statvfs {..., or statvfs_t should be removed.

Unless this, variable statvfs_t is defined in each files which
includes sys/statvfs.h and results linker error "multiple definition
of `statvfs_t'".