summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-02-17 11:36:41 +0000
committerpjd <pjd@FreeBSD.org>2013-02-17 11:36:41 +0000
commitf32abb67d2ed5d15304df8e56cbdfc1ffb4cb1e5 (patch)
tree3418fc2d88fb3843b6282e37dec7a441dfbf8711
parente6c70efea921df18a904bb5bac012bcba5d1bc2c (diff)
downloadFreeBSD-src-f32abb67d2ed5d15304df8e56cbdfc1ffb4cb1e5.zip
FreeBSD-src-f32abb67d2ed5d15304df8e56cbdfc1ffb4cb1e5.tar.gz
Remove redundant space.
-rw-r--r--sys/sys/namei.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/namei.h b/sys/sys/namei.h
index 04e7b59..3b43916 100644
--- a/sys/sys/namei.h
+++ b/sys/sys/namei.h
@@ -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 */
OpenPOWER on IntegriCloud