Remove redundant space.
This commit is contained in:
parent
cbc9087cba
commit
5d48c4778a
@ -145,7 +145,7 @@ struct nameidata {
|
||||
#define NOCROSSMOUNT 0x00400000 /* do not cross mount points */
|
||||
#define NOMACCHECK 0x00800000 /* do not perform MAC checks */
|
||||
#define AUDITVNODE1 0x04000000 /* audit the looked up vnode information */
|
||||
#define AUDITVNODE2 0x08000000 /* audit the looked up vnode information */
|
||||
#define AUDITVNODE2 0x08000000 /* audit the looked up vnode information */
|
||||
#define TRAILINGSLASH 0x10000000 /* path ended in a slash */
|
||||
#define NOCAPCHECK 0x20000000 /* do not perform capability checks */
|
||||
#define PARAMASK 0x3ffffe00 /* mask of parameter descriptors */
|
||||
|
Loading…
x
Reference in New Issue
Block a user