diff options
author | Brian Behlendorf <[email protected]> | 2011-06-29 15:03:36 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-07-01 13:39:47 -0700 |
commit | f2cfee80e3f94cd9d67c3f1abec97c9a5a5ecc17 (patch) | |
tree | 78321585f0cf5ff329f0308739469f76360a2f48 /module/Makefile.in | |
parent | a89c3e0bd509267225b5699c65aaf39acf2fce18 (diff) |
Fix implicit declaration of 'mkdirp'
The lib/libspl/include/libgen.h header file was being mistakenly
left out of the 'make dist' tarball. It just happens this doesn't
cause a build failure when creating packages because the system
libgen/h is included instead. This simply results in the following
warning due to the missing forward declaration of mkdirp().
../../lib/libzfs/libzfs_mount.c:417:3: warning: implicit declaration
of function 'mkdirp' [-Wimplicit-function-declaration]
Diffstat (limited to 'module/Makefile.in')
0 files changed, 0 insertions, 0 deletions