summaryrefslogtreecommitdiff
path: root/lib/fsusage.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-08 14:52:10 +0000
committerJim Meyering <jim@meyering.net>1994-10-08 14:52:10 +0000
commit35adb7c5bedb073d10d0bcd21b27bfc189f8fa59 (patch)
treec4603a3c80548f3ac3817beb54ec168f3e383545 /lib/fsusage.c
parentf827615b895cd34d223f781361d8239c97deeb7d (diff)
downloadcoreutils-35adb7c5bedb073d10d0bcd21b27bfc189f8fa59.tar.xz
.
Diffstat (limited to 'lib/fsusage.c')
-rw-r--r--lib/fsusage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c
index 503b3875e..f326c3759 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -170,7 +170,7 @@ get_fs_usage (path, disk, fsp)
#endif
#endif
-#ifdef HAVE_SYS_STATVFS_H /* SVR4. */
+#ifdef STAT_STATVFS /* SVR4. */
struct statvfs fsd;
if (statvfs (path, &fsd) < 0)