diff options
Diffstat (limited to 'usr/src/common/xattr/xattr_common.c')
-rw-r--r-- | usr/src/common/xattr/xattr_common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/common/xattr/xattr_common.c b/usr/src/common/xattr/xattr_common.c index d20eaf6a61..efe782c5f9 100644 --- a/usr/src/common/xattr/xattr_common.c +++ b/usr/src/common/xattr/xattr_common.c @@ -19,12 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/attr.h> #if defined(_KERNEL) #include <sys/systm.h> @@ -63,6 +61,8 @@ static xattr_entry_t xattrs[F_ATTR_ALL] = { { A_OWNERSID, O_NONE, XATTR_VIEW_READWRITE, DATA_TYPE_NVLIST }, { A_GROUPSID, O_NONE, XATTR_VIEW_READWRITE, DATA_TYPE_NVLIST }, { A_FSID, O_NONE, XATTR_VIEW_READONLY, DATA_TYPE_UINT64 }, + { A_REPARSE_POINT, O_REPARSE_POINT, XATTR_VIEW_READONLY, + DATA_TYPE_BOOLEAN_VALUE }, }; const char * |