mkdir-parents.c revision ed96ff6746ad9741cacc31d867c8560b4dac8cb5
/* Copyright (c) 2003 Timo Sirainen */
#include "lib.h"
#include "mkdir-parents.h"
{
const char *p;
at the end and it exists.
ENOSYS check is for NFS mount points.
*/
return -1;
return -1; /* shouldn't happen */
t_push();
t_pop();
return -1;
}
t_pop();
/* should work now */
return -1;
}
return 0;
}