Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 21:55:43 +0000 (UTC)
From:      Toomas Soome <tsoome@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359409 - head/stand/libsa/zfs
Message-ID:  <202003282155.02SLthVO073770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tsoome
Date: Sat Mar 28 21:55:42 2020
New Revision: 359409
URL: https://svnweb.freebsd.org/changeset/base/359409

Log:
  loader: typo did slip into 359408
  
  somehow r was lost from 'char'.

Modified:
  head/stand/libsa/zfs/zfs.c

Modified: head/stand/libsa/zfs/zfs.c
==============================================================================
--- head/stand/libsa/zfs/zfs.c	Sat Mar 28 21:50:27 2020	(r359408)
+++ head/stand/libsa/zfs/zfs.c	Sat Mar 28 21:55:42 2020	(r359409)
@@ -92,7 +92,7 @@ static int	zfs_env_count;
 SLIST_HEAD(zfs_be_list, zfs_be_entry) zfs_be_head = SLIST_HEAD_INITIALIZER(zfs_be_head);
 struct zfs_be_list *zfs_be_headp;
 struct zfs_be_entry {
-	cha *name;
+	char *name;
 	SLIST_ENTRY(zfs_be_entry) entries;
 } *zfs_be, *zfs_be_tmp;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003282155.02SLthVO073770>