Revert/re-make previous commit in a manner that maintains hyphenation of
extended attributes. I'm not sure I like it, but it is grammatically more correct. Requested by: mckusick
This commit is contained in:
parent
7ab4fa8ee2
commit
985267d15e
@ -47,9 +47,10 @@
|
||||
#define EXTATTR_NAMESPACE_SYSTEM_STRING "system"
|
||||
|
||||
/*
|
||||
* The following macro is designed to initialize an array that maps extended
|
||||
* attribute namespace values to their names, e.g., char
|
||||
* *extattr_namespace_names[] = EXTATTR_NAMESPACE_NAMES;
|
||||
* The following macro is designed to initialize an array that maps
|
||||
* extended-attribute namespace values to their names, e.g.:
|
||||
*
|
||||
* char *extattr_namespace_names[] = EXTATTR_NAMESPACE_NAMES;
|
||||
*/
|
||||
#define EXTATTR_NAMESPACE_NAMES { \
|
||||
EXTATTR_NAMESPACE_EMPTY_STRING, \
|
||||
|
Loading…
Reference in New Issue
Block a user