aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2013-02-17 11:36:41 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2013-02-17 11:36:41 +0000
commit5d48c4778a59ff6cb602f8e9f6fdd6db0bd74cd0 (patch)
tree3418fc2d88fb3843b6282e37dec7a441dfbf8711 /sys
parentcbc9087cba94662399cc4ff26b36d4c09292beb1 (diff)
downloadsrc-5d48c4778a59ff6cb602f8e9f6fdd6db0bd74cd0.tar.gz
src-5d48c4778a59ff6cb602f8e9f6fdd6db0bd74cd0.zip
Remove redundant space.
Notes
Notes: svn path=/head/; revision=246903
Diffstat (limited to 'sys')
-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 04e7b59fb46b..3b439160bc2e 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 */