mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
stand/zfs: Unbreak build, 'truct' ~= 'struct'
This commit is contained in:
parent
97875f4aa9
commit
a39d359d85
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue