svn commit: r246903 - head/sys/sys

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Feb 17 11:36:41 UTC 2013


Author: pjd
Date: Sun Feb 17 11:36:41 2013
New Revision: 246903
URL: http://svnweb.freebsd.org/changeset/base/246903

Log:
  Remove redundant space.

Modified:
  head/sys/sys/namei.h

Modified: head/sys/sys/namei.h
==============================================================================
--- head/sys/sys/namei.h	Sun Feb 17 11:36:13 2013	(r246902)
+++ head/sys/sys/namei.h	Sun Feb 17 11:36:41 2013	(r246903)
@@ -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 */


More information about the svn-src-all mailing list