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

This commit is contained in:
Brian Behlendorf 2008-12-22 13:34:59 -08:00
commit 3cdde7ffd9
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* Use is subject to license terms. * Use is subject to license terms.
*/ */
#ifdef _KERNEL
#pragma ident "%Z%%M% %I% %E% SMI" #pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/spa.h> #include <sys/spa.h>
@ -45,3 +47,5 @@ spa_free_bootprop(char *value)
{ {
ddi_prop_free(value); ddi_prop_free(value);
} }
#endif /* _KERNEL */