Skip to content

Commit 2820bc4

Browse files
jwk404behlendorf
authored andcommitted
Illumos #4208
4208 Typo in zfs_main.c: "posxiuser" Reviewed by: Sonu Pillai <sonu.pillai@delphix.com> Reviewed by: Will Guyette <will.guyette@delphix.com> Reviewed by: Eric Diven <eric.diven@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net> References: https://www.illumos.org/issues/4208 illumos/illumos-gate@f38cb55 Ported-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #1986
1 parent fd8febb commit 2820bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/zfs/zfs_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/*
2323
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
24-
* Copyright (c) 2012 by Delphix. All rights reserved.
24+
* Copyright (c) 2013 by Delphix. All rights reserved.
2525
* Copyright (c) 2012, Joyent, Inc. All rights reserved.
2626
* Copyright (c) 2013 Steven Hartland. All rights reserved.
2727
* Copyright 2013 Nexenta Systems, Inc. All rights reserved.
@@ -2131,7 +2131,7 @@ static int us_type_bits[] = {
21312131
USTYPE_SMB_USR,
21322132
USTYPE_ALL
21332133
};
2134-
static char *us_type_names[] = { "posixgroup", "posxiuser", "smbgroup",
2134+
static char *us_type_names[] = { "posixgroup", "posixuser", "smbgroup",
21352135
"smbuser", "all" };
21362136

21372137
typedef struct us_node {

0 commit comments

Comments
 (0)