Fix implicit declaration of 'mkdirp'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 29 Jun 2011 22:03:36 +0000 (15:03 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 1 Jul 2011 20:39:47 +0000 (13:39 -0700)
commitf2cfee80e3f94cd9d67c3f1abec97c9a5a5ecc17
tree78321585f0cf5ff329f0308739469f76360a2f48
parenta89c3e0bd509267225b5699c65aaf39acf2fce18
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]
lib/libspl/include/Makefile.am
lib/libspl/include/Makefile.in