utils: introduce mkdir_p
authorDaniel Golle <daniel@makrotopia.org>
Sat, 12 Dec 2020 22:45:53 +0000 (22:45 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 12 Dec 2020 22:50:50 +0000 (22:50 +0000)
commit357877693ca363b12e6e7e14d345639b2440cd07
tree01c5400d66e3a9761df89600acfa490bad68fa29
parent9e52171d70def760a6949676800d0b73f85ee22d
utils: introduce mkdir_p

Add new utility function mkdir_p(char *path, mode_t mode) to replace
the partially buggy implementations found accross fstools and procd.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
utils.c
utils.h