Add linux compatibility
[zfs.git] / module / zfs / include / sys / spa_impl.h
index 8cab669..1c34873 100644 (file)
@@ -226,7 +226,7 @@ struct spa {
        refcount_t      spa_refcount;           /* number of opens */
 };
 
-extern const char *spa_config_path;
+extern char *spa_config_path;
 
 #ifdef __cplusplus
 }