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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329728

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",