mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Comment extended attribute name space constants.
This commit is contained in:
parent
ba68fd5b2f
commit
07b1b82e55
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue