openwrt / odhcpd

This repository is a mirror of https://git.openwrt.org/?p=project/odhcpd.git. Pull requests will be accepted which will be merged in odhcpd.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkdir_p() is removed but still there are few references of it.

tekumallaa opened this issue · comments

mkdir_p(dirname(path), 0755);

mkdir_p was removed as part of 2cf6232. But still there are few references of mkdir_p in the code.