Add -p switch to "zpool get"
[zfs.git] / module / zfs / spa_boot.c
index 49e9e50..be79542 100644 (file)
  */
 
 /*
- * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident  "%Z%%M% %I%     %E% SMI"
+#ifdef _KERNEL
 
+#include <sys/zio.h>
 #include <sys/spa.h>
 #include <sys/sunddi.h>
 
@@ -45,3 +46,5 @@ spa_free_bootprop(char *value)
 {
        ddi_prop_free(value);
 }
+
+#endif /* _KERNEL */