stand/zfs: Unbreak build, 'truct' ~= 'struct'

This commit is contained in:
Kyle Evans 2018-02-21 16:33:08 +00:00
parent 97875f4aa9
commit a39d359d85

View File

@ -62,7 +62,7 @@ static int zfs_readdir(struct open_file *f, struct dirent *d);
static void zfs_bootenv_initial(const char *);
truct devsw zfs_dev;
struct devsw zfs_dev;
struct fs_ops zfs_fsops = {
"zfs",