svn commit: r260152 - vendor/illumos/dist/cmd/zfs
Xin LI
delphij at FreeBSD.org
Wed Jan 1 01:00:04 UTC 2014
Author: delphij
Date: Wed Jan 1 01:00:04 2014
New Revision: 260152
URL: http://svnweb.freebsd.org/changeset/base/260152
Log:
(Stripped down import from Illumos)
4208 Typo in zfs_main.c: "posxiuser"
llumos/illumos-gate at f38cb554a534c6df738be3f4d23327e69888e634
Modified:
vendor/illumos/dist/cmd/zfs/zfs_main.c
Modified: vendor/illumos/dist/cmd/zfs/zfs_main.c
==============================================================================
--- vendor/illumos/dist/cmd/zfs/zfs_main.c Wed Jan 1 00:56:26 2014 (r260151)
+++ vendor/illumos/dist/cmd/zfs/zfs_main.c Wed Jan 1 01:00:04 2014 (r260152)
@@ -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) 2013 Steven Hartland. All rights reserved.
@@ -2137,7 +2137,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-vendor
mailing list