Fix the cut'n'paste style bugs I introduced in rev 1.16
(spaces -> tab(s) in #define's)
This commit is contained in:
parent
f1930dce8f
commit
d33d158eb5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75800
@ -97,13 +97,13 @@ typedef struct acl *acl_t;
|
||||
/*
|
||||
* Possible entry_id values for acl_get_entry()
|
||||
*/
|
||||
#define ACL_FIRST_ENTRY 0
|
||||
#define ACL_NEXT_ENTRY 1
|
||||
#define ACL_FIRST_ENTRY 0
|
||||
#define ACL_NEXT_ENTRY 1
|
||||
|
||||
/*
|
||||
* Undefined value in ae_id field
|
||||
*/
|
||||
#define ACL_UNDEFINED_ID ((uid_t)-1)
|
||||
#define ACL_UNDEFINED_ID ((uid_t)-1)
|
||||
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
Loading…
Reference in New Issue
Block a user