No longer include safe-l?stat.h.
authorJim Meyering <jim@meyering.net>
Fri, 19 May 1995 15:23:18 +0000 (15:23 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 19 May 1995 15:23:18 +0000 (15:23 +0000)
lib/euidaccess.c
lib/fsusage.c
lib/isdir.c
lib/makepath.c
lib/mkdir.c
lib/rename.c
lib/rmdir.c

index 598b875..7bd317d 100644 (file)
@@ -74,8 +74,6 @@ extern int errno;
 #define R_OK 4
 #endif
 
-#include "safe-stat.h"
-
 /* The user's real user id. */
 static uid_t uid;
 
index 82bdd19..2c1c7f0 100644 (file)
@@ -22,7 +22,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include "fsusage.h"
-#include "safe-stat.h"
 
 int statfs ();
 
index aafa746..dfd52a4 100644 (file)
@@ -22,8 +22,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "safe-stat.h"
-
 #ifdef STAT_MACROS_BROKEN
 #undef S_ISDIR
 #endif /* STAT_MACROS_BROKEN.  */
index 496c852..661f58b 100644 (file)
@@ -78,7 +78,7 @@ typedef int gid_t;
 #endif
 
 #include "makepath.h"
-#include "safe-stat.h"
+
 void error ();
 
 /* Ensure that the directory ARGPATH exists.
index 7908b18..efde52e 100644 (file)
@@ -34,8 +34,6 @@ extern int errno;
 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
 #endif
 
-#include "safe-stat.h"
-
 /* mkdir adapted from GNU tar.  */
 
 /* Make directory DPATH, with permission mode DMODE.
index a87ff19..44821c9 100644 (file)
@@ -34,8 +34,6 @@ extern int errno;
 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
 #endif
 
-#include "safe-stat.h"
-
 /* Rename file FROM to file TO.
    Return 0 if successful, -1 if not. */
 
index a8c1f49..de898ec 100644 (file)
@@ -35,8 +35,6 @@ extern int errno;
 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
 #endif
 
-#include "safe-stat.h"
-
 /* rmdir adapted from GNU tar.  */
 
 /* Remove directory DPATH.