loader: typo did slip into 359408
somehow r was lost from 'char'.
This commit is contained in:
parent
d35e2b0bff
commit
39949a5338
@ -92,7 +92,7 @@ static int zfs_env_count;
|
||||
SLIST_HEAD(zfs_be_list, zfs_be_entry) zfs_be_head = SLIST_HEAD_INITIALIZER(zfs_be_head);
|
||||
struct zfs_be_list *zfs_be_headp;
|
||||
struct zfs_be_entry {
|
||||
cha *name;
|
||||
char *name;
|
||||
SLIST_ENTRY(zfs_be_entry) entries;
|
||||
} *zfs_be, *zfs_be_tmp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user