Rewrote mkdir (and touched lots of things in the process).

This commit is contained in:
Matt Kraai
2001-06-21 19:41:37 +00:00
parent 091781e20e
commit ceeff73819
17 changed files with 233 additions and 255 deletions

View File

@ -243,6 +243,10 @@ extern FILE *gz_open(FILE *compressed_file, int *pid);
extern struct hostent *xgethostbyname(const char *name);
char *dirname (const char *path);
char *strdup_substr (const char *s, int start, int end);
int make_directory (char *path, mode_t mode, int flags);
#define CT_AUTO 0
#define CT_UNIX2DOS 1
#define CT_DOS2UNIX 2