summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 17:08:32 +0000
committerbde <bde@FreeBSD.org>1997-09-07 17:08:32 +0000
commit6787a3eb7ff21685017eabc3972f4a5b24109e70 (patch)
treec7452e68cf97f4d2ed97736edba252f1dc7125f8
parentbe65adf8887110675bdd0068ac58188f34cad94c (diff)
downloadFreeBSD-src-6787a3eb7ff21685017eabc3972f4a5b24109e70.zip
FreeBSD-src-6787a3eb7ff21685017eabc3972f4a5b24109e70.tar.gz
Fixed formatting of FreeBSD changes.
-rw-r--r--sys/sys/namei.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/namei.h b/sys/sys/namei.h
index cdffe79..09acc2a 100644
--- a/sys/sys/namei.h
+++ b/sys/sys/namei.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)namei.h 8.5 (Berkeley) 1/9/95
- * $Id: namei.h,v 1.15 1997/05/11 14:54:41 phk Exp $
+ * $Id: namei.h,v 1.16 1997/09/07 05:27:18 bde Exp $
*/
#ifndef _SYS_NAMEI_H_
@@ -136,8 +136,8 @@ struct nameidata {
#define ISSYMLINK 0x010000 /* symlink needs interpretation */
#define ISWHITEOUT 0x020000 /* found whiteout */
#define DOWHITEOUT 0x040000 /* do whiteouts */
-#define WILLBEDIR 0x080000 /* new files will be dirs; allow trailing / */
-#define ISUNICODE 0x100000 /* current component name is unicode*/
+#define WILLBEDIR 0x080000 /* new files will be dirs; allow trailing / */
+#define ISUNICODE 0x100000 /* current component name is unicode*/
#define PARAMASK 0x1fff00 /* mask of parameter descriptors */
/*
* Initialization of an nameidata structure.
@@ -164,7 +164,7 @@ struct namecache {
struct vnode *nc_vp; /* vnode the name refers to */
u_char nc_flag; /* flag bits */
u_char nc_nlen; /* length of name */
- char nc_name[0]; /* segment name */
+ char nc_name[0]; /* segment name */
};
#ifdef KERNEL
OpenPOWER on IntegriCloud