svn commit: r260156 - head/cddl/contrib/opensolaris/cmd/zfs

Xin LI delphij at FreeBSD.org
Wed Jan 1 01:23:41 UTC 2014


Author: delphij
Date: Wed Jan  1 01:23:40 2014
New Revision: 260156
URL: http://svnweb.freebsd.org/changeset/base/260156

Log:
  MFV r260152:
  
  4208 Typo in zfs_main.c: "posxiuser"
  
  illumos/illumos-gate at f38cb554a534c6df738be3f4d23327e69888e634
  
  Note: this is a stripped down version of Illumos change.
  
  MFC after:	2 weeks

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

Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c	Wed Jan  1 01:18:37 2014	(r260155)
+++ head/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c	Wed Jan  1 01:23:40 2014	(r260156)
@@ -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>.
@@ -2157,7 +2157,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