svn commit: r329728 - head/stand/zfs

Kyle Evans kevans at FreeBSD.org
Wed Feb 21 16:33:09 UTC 2018


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


More information about the svn-src-head mailing list