Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / p5-Filesys-Statvfs / DESCR
1 Interface for statvfs() and fstatvfs()
2
3 Unless access to the bsize, flag, and namemax values is required, either
4 Filesys::DfPortable or Filesys::Df could be a better choice.  They will
5 generally provide more functionality and portability.
6
7 The module should work with all flavors of Unix that implement the statvfs()
8 and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris,
9 Mac OS X, Irix, Cygwin, etc ...