diff options
Diffstat (limited to 'usr/src/uts/common/sys/attr.h')
-rw-r--r-- | usr/src/uts/common/sys/attr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/attr.h b/usr/src/uts/common/sys/attr.h index 34e802eed1..9f58bed52a 100644 --- a/usr/src/uts/common/sys/attr.h +++ b/usr/src/uts/common/sys/attr.h @@ -131,6 +131,7 @@ typedef struct { #define XATTR_FIDSZ (sizeof (xattr_fid_t) - sizeof (uint16_t)) int xattr_dir_vget(vfs_t *, vnode_t **, fid_t *); +int xattr_sysattr_casechk(char *name); #endif int attr_count(void); |