#define R_OK 4
#endif
-#include "safe-stat.h"
-
/* The user's real user id. */
static uid_t uid;
#include <sys/types.h>
#include <sys/stat.h>
#include "fsusage.h"
-#include "safe-stat.h"
int statfs ();
#include <sys/types.h>
#include <sys/stat.h>
-#include "safe-stat.h"
-
#ifdef STAT_MACROS_BROKEN
#undef S_ISDIR
#endif /* STAT_MACROS_BROKEN. */
#endif
#include "makepath.h"
-#include "safe-stat.h"
+
void error ();
/* Ensure that the directory ARGPATH exists.
#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.
#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. */
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
#endif
-#include "safe-stat.h"
-
/* rmdir adapted from GNU tar. */
/* Remove directory DPATH.