diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:27 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:27 +0000 |
commit | 101030ab14d60497fcba5b1c2866d52fc5ac4780 (patch) | |
tree | ac6ecefeeeef51c4e7fa80577c6af064060174c3 /buildlib/statvfs.h.in | |
parent | abb9b874c5d1573a42c8c5519a38ac0575ef77ba (diff) |
More Solaris fixes
Author: jgg
Date: 1999-12-10 06:30:42 GMT
More Solaris fixes
Diffstat (limited to 'buildlib/statvfs.h.in')
-rw-r--r-- | buildlib/statvfs.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildlib/statvfs.h.in b/buildlib/statvfs.h.in new file mode 100644 index 000000000..86b8c52cd --- /dev/null +++ b/buildlib/statvfs.h.in @@ -0,0 +1,4 @@ +/* Compatibility for systems with out Single Unix Spec statvfs */ +#include <sys/vfs.h> + +#define statvfs statfs |