Comment extended attribute name space constants.
This commit is contained in:
parent
ba68fd5b2f
commit
07b1b82e55
@ -35,6 +35,10 @@
|
||||
#ifndef _SYS_EXTATTR_H_
|
||||
#define _SYS_EXTATTR_H_
|
||||
|
||||
/*
|
||||
* Defined name spaces for extended attributes. Numeric constants are passed
|
||||
* via system calls, but a user-friendly string is also defined.
|
||||
*/
|
||||
#define EXTATTR_NAMESPACE_USER 0x00000001
|
||||
#define EXTATTR_NAMESPACE_USER_STRING "user"
|
||||
#define EXTATTR_NAMESPACE_SYSTEM 0x00000002
|
||||
|
Loading…
Reference in New Issue
Block a user