]> git.proxmox.com Git - mirror_zfs.git/commit
Add missing mkdirp prototype
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 10 Dec 2010 20:54:30 +0000 (12:54 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 14 Dec 2010 18:06:44 +0000 (10:06 -0800)
commit683fe41fc718fd43f57aa9ca76457fe34e62057c
tree61f95a0bb998846de8e07dfb06b651dadd02da97
parent5b63b3eb6f42f3d9f6a19b22c3f10f72927eeacc
Add missing mkdirp prototype

For while now mkdirp has been built as part of libspl however
the protoype was never added to libgen.h.  This went unnoticed
until enabling the mount support which uses mkdirp().
lib/libspl/include/libgen.h [new file with mode: 0644]