changeset 325:0ecac4de022e

.
author Jim Meyering <jim@meyering.net>
date Sat, 08 Oct 1994 14:52:10 +0000
parents 0d92a5eb9d62
children 7b28dcc86bea
files lib/Makefile.in lib/fsusage.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -29,6 +29,7 @@
 
 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 @@
 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 \
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -170,7 +170,7 @@
 #endif
 #endif
 
-#ifdef HAVE_SYS_STATVFS_H	/* SVR4.  */
+#ifdef STAT_STATVFS		/* SVR4.  */
   struct statvfs fsd;
 
   if (statvfs (path, &fsd) < 0)