changeset 20013:1347eaed39f6

.
author Jim Meyering <jim@meyering.net>
date Sat, 08 Oct 1994 00:56:50 +0000
parents 91ea2b926697
children d8a07c78b2e4
files lib/Makefile.in lib/filemode.c
diffstat 2 files changed, 1 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in	Sat Oct 08 00:41:11 1994 +0000
+++ b/lib/Makefile.in	Sat Oct 08 00:56:50 1994 +0000
@@ -46,7 +46,7 @@
 stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \
 @LIBOBJS@ @ALLOCA@
 
-DISTFILES = Makefile.in backupfile.h getopt.h modechange.h \
+DISTFILES = Makefile.in backupfile.h getopt.h long-options.h modechange.h \
 fnmatch.h fsusage.h mountlist.h pathmax.h safe-xstat.cin safe-xstat.hin \
 getdate.c posixtm.c $(SOURCES)
 
--- a/lib/filemode.c	Sat Oct 08 00:41:11 1994 +0000
+++ b/lib/filemode.c	Sat Oct 08 00:56:50 1994 +0000
@@ -28,15 +28,6 @@
 #define S_IEXEC S_IXUSR
 #endif
 
-#if 0 /* This is unreliable, since GCC 2.5 always has S_ISREG in its
-	 fixed headers but it does not always have mode_t.
-	 It seems safer not to try to use mode_t ever.  */
-#if !defined(S_ISREG) || defined(NO_MODE_T)
-/* Doesn't have POSIX.1 stat stuff or doesn't have mode_t.  */
-#define mode_t unsigned short
-#endif
-#endif
-
 #ifdef STAT_MACROS_BROKEN
 #undef S_ISBLK
 #undef S_ISCHR