loader: typo did slip into 359408

somehow r was lost from 'char'.
This commit is contained in:
Toomas Soome 2020-03-28 21:55:42 +00:00
parent 215597f05f
commit 6c01b7102d

View File

@ -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;