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 598b875225575fd6f3b395915046e48280801543..7bd317d48135fc0b47cee5d7948195abb716d709 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 82bdd19702d083307fcaa12fbda1908b5acbcd52..2c1c7f0e24b50ce6218bfd5c609d613637a20041 100644 (file)
@@ -22,7 +22,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include "fsusage.h"
-#include "safe-stat.h"
 
 int statfs ();
 
index aafa746508859a1c12f1e102214ca7feefb176d9..dfd52a4a908ed86d5a66a8524c4db8105bcd04fe 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 496c852b131fd9f38ff6bcc7b90c733d9b1ed92b..661f58b0fdba73b9fd6b5b7f8ab24d219627824f 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 7908b18b76247bdcc41094a329392c35f7e2abb9..efde52e055abb31396d596a310b94b621af85226 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 a87ff19b41b4fd9872ce99130c1d24b34265a523..44821c94fc18e73977276317ed8baaff51c1b5ba 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 a8c1f49eb0807d617291ab6e688d44cedfcb13ca..de898ec5418572cd90a44073cdc7917b458c491b 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.