changeset 260:75dc3184a4ff

GNU file utilities
author Jim Meyering <jim@meyering.net>
date Sat, 08 Oct 1994 17:15:23 +0000
parents e7459e7e9a29
children 215ee9f8804d
files lib/Makefile.in lib/mountlist.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in	Sat Oct 08 16:45:32 1994 +0000
+++ b/lib/Makefile.in	Sat Oct 08 17:15:23 1994 +0000
@@ -40,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/mountlist.c	Sat Oct 08 16:45:32 1994 +0000
+++ b/lib/mountlist.c	Sat Oct 08 17:15:23 1994 +0000
@@ -252,7 +252,7 @@
 	me->me_devname = xstrdup (fsp->f_mntfromname);
 	me->me_mountdir = xstrdup (fsp->f_mntonname);
 #ifdef __NetBSD__
-	me->me_type = fsp->f_fstypename;
+	me->me_type = xstrdup (fsp->f_fstypename);
 #else
 	me->me_type = fstype_to_string (fsp->f_type);
 #endif