Rev 3355 | Rev 3375 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3355 | Rev 3364 | ||
|---|---|---|---|
| Line 81... | Line 81... | ||
| 81 | 81 | ||
| 82 | return CMD_VOID; |
82 | return CMD_VOID; |
| 83 | } |
83 | } |
| 84 | 84 | ||
| 85 | /* This is kind of clunky, but effective for now */ |
85 | /* This is kind of clunky, but effective for now */ |
| 86 | unsigned int |
86 | static unsigned int |
| 87 | create_directory(const char *path, unsigned int p) |
87 | create_directory(const char *path, unsigned int p) |
| 88 | { |
88 | { |
| 89 | DIR *dirp; |
89 | DIR *dirp; |
| 90 | char *tmp = NULL, *buff = NULL, *wdp = NULL; |
90 | char *tmp = NULL, *buff = NULL, *wdp = NULL; |
| 91 | char *dirs[255]; |
91 | char *dirs[255]; |