Author: kevans
Date: Wed Feb 21 16:33:08 2018
New Revision: 329728
URL: https://svnweb.freebsd.org/changeset/base/329728
Log:
stand/zfs: Unbreak build, 'truct' ~= 'struct'
Modified:
head/stand/zfs/zfs.c
Modified: head/stand/zfs/zfs.c
==============================================================================
--- head/stand/zfs/zfs.c Wed Feb 21 16:26:16 2018 (r329727)
+++ head/stand/zfs/zfs.c Wed Feb 21 16:33:08 2018 (r329728)
@@ -62,7 +62,7 @@ static int zfs_readdir(struct open_file *f, struct dir
static void zfs_bootenv_initial(const char *);
-truct devsw zfs_dev;
+struct devsw zfs_dev;
struct fs_ops zfs_fsops = {
"zfs",
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"