diff options
Diffstat (limited to 'module/zfs/include/sys')
-rw-r--r-- | module/zfs/include/sys/spa_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/include/sys/spa_impl.h b/module/zfs/include/sys/spa_impl.h index 8cab66992..1c34873b6 100644 --- a/module/zfs/include/sys/spa_impl.h +++ b/module/zfs/include/sys/spa_impl.h @@ -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 } |