summaryrefslogtreecommitdiff
path: root/lib
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
parentf827615b895cd34d223f781361d8239c97deeb7d (diff)
downloadcoreutils-35adb7c5bedb073d10d0bcd21b27bfc189f8fa59.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in3
-rw-r--r--lib/fsusage.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index c9d9450b2..9c7cab928 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -29,6 +29,7 @@ YACC = @YACC@
exec_prefix = @exec_prefix@
libdir = $(exec_prefix)/lib
+
SOURCES = getdate.y posixtm.y \
argmatch.c backupfile.c basename.c dirname.c eaccess.c \
error.c filemode.c fsusage.c full-write.c getopt.c getopt1.c \
@@ -39,7 +40,7 @@ fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c rmdir.c stpcpy.c \
strdup.c strstr.c alloca.c long-options.c
OBJECTS = getdate.o posixtm.o \
-argmatch.o backupfile.o basename.o dirname.o eaccess.o \
+argmatch.o backupfile.o basename.o dirname.o \
error.o filemode.o full-write.o getopt.o getopt1.o \
getversion.o group-member.o idcache.o isdir.o long-options.o makepath.o \
modechange.o safe-read.o safe-stat.o safe-lstat.o savedir.o \
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)