version 1.19 | | version 1.20 |
---|
| | |
/* | | /* |
* static char *rcsid_porting_c = | | * static char *rcsid_porting_c = |
* "$Id: porting.c,v 1.19 2003/03/08 05:35:32 mwedel Exp $"; | | * "$Id: porting.c,v 1.20 2003/04/05 05:39:48 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#endif | | #endif |
if (stat(buf, &statbuf) || !S_ISDIR (statbuf.st_mode)) { | | if (stat(buf, &statbuf) || !S_ISDIR (statbuf.st_mode)) { |
LOG(llevDebug, "Was not dir..."); | | LOG(llevDebug, "Was not dir..."); |
if (mkdir (buf, 0777)) { | | if (mkdir (buf, SAVE_DIR_MODE)) { |
perror ("Couldn't make path to file"); | | perror ("Couldn't make path to file"); |
return; | | return; |
} | | } |