Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr

This commit is contained in:
Brian Behlendorf 2009-01-13 09:55:40 -08:00
commit 7f9ce14e58
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ libzfs_init(void)
return (NULL); return (NULL);
} }
#if defined(HAVE_SPL) && !defined(HAVE_GPL_ONLY_SYMBOLS) #if !defined(HAVE_GPL_ONLY_SYMBOLS)
/* If we don't have access to GPL-only symbols then we may not /* If we don't have access to GPL-only symbols then we may not
* use the udev APIs, therefore we must mknod the device ourselves. */ * use the udev APIs, therefore we must mknod the device ourselves. */
(void)mknod(ZFS_DEV, S_IFCHR | 0600, makedev(ZFS_MAJOR, 0)); (void)mknod(ZFS_DEV, S_IFCHR | 0600, makedev(ZFS_MAJOR, 0));