svn commit: r269005 - stable/10/cddl/contrib/opensolaris/cmd/zfs

Xin LI delphij at FreeBSD.org
Wed Jul 23 00:46:57 UTC 2014


Author: delphij
Date: Wed Jul 23 00:46:56 2014
New Revision: 269005
URL: http://svnweb.freebsd.org/changeset/base/269005

Log:
  MFC r260156: MFV r260152:
  
  4208 Typo in zfs_main.c: "posxiuser"

Modified:
  stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
==============================================================================
--- stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c	Wed Jul 23 00:41:11 2014	(r269004)
+++ stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c	Wed Jul 23 00:46:56 2014	(r269005)
@@ -21,7 +21,7 @@
 
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2013 by Delphix. All rights reserved.
  * Copyright 2012 Milan Jurik. All rights reserved.
  * Copyright (c) 2012, Joyent, Inc. All rights reserved.
  * Copyright (c) 2011-2012 Pawel Jakub Dawidek <pawel at dawidek.net>.
@@ -2213,7 +2213,7 @@ static int us_type_bits[] = {
 	USTYPE_SMB_USR,
 	USTYPE_ALL
 };
-static char *us_type_names[] = { "posixgroup", "posxiuser", "smbgroup",
+static char *us_type_names[] = { "posixgroup", "posixuser", "smbgroup",
 	"smbuser", "all" };
 
 typedef struct us_node {


More information about the svn-src-all mailing list