Fix for bug 34543. Compile problem under Tru64 Unix.
a=leaf. This is #ifdefed for Tru64 Unix, but if it causes bustage and I am not on IRC, you can get me at 919.859.3885
This commit is contained in:
@@ -56,6 +56,9 @@
|
||||
// we need these for statfs()
|
||||
|
||||
#ifdef HAVE_SYS_STATVFS_H
|
||||
#if defined(__osf__) && defined(__DECCXX)
|
||||
extern "C" int statvfs(const char *, struct statvfs *);
|
||||
#endif
|
||||
#include <sys/statvfs.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user