summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-statvfs.h
Commit message (Collapse)AuthorAgeFilesLines
* bsd-statvfs: include sys/vfs.h, check for f_flags.Darren Tucker2018-02-261-0/+3
|
* Remove obsolete CVS $Id from source files.Darren Tucker2016-08-171-2/+0
| | | | | Since -portable switched to git the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
* - (dtucker) [openbsd-compat/bsd-statvfs.h] Only start including headers if weDarren Tucker2014-01-171-3/+3
| | | | need them to cut down on the name collisions.
* - (dtucker) [configure.ac openbsd-compat/bsd-statvfs.cDarren Tucker2014-01-171-3/+6
| | | | | | openbsd-compat/bsd-statvfs.h] Implement enough of statvfs on top of statfs to be useful (and for the regression tests to pass) on platforms that have statfs and fstatfs. ok djm@
* - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.cDarren Tucker2008-06-091-0/+68
openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h openbsd-compat/bsd-statvfs.{c,h}] Add a null implementation of statvfs and fstatvfs and remove #defines around statvfs code. ok djm@