Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/ufs update the comment to the current IFMT/permissio...



details:   https://anonhg.NetBSD.org/src/rev/3b4d0fbf8cf2
branches:  trunk
changeset: 826195:3b4d0fbf8cf2
user:      maya <maya%NetBSD.org@localhost>
date:      Sun Aug 20 12:09:06 2017 +0000

description:
update the comment to the current IFMT/permissions location

diffstat:

 sys/ufs/ufs/inode.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2743980ea382 -r 3b4d0fbf8cf2 sys/ufs/ufs/inode.h
--- a/sys/ufs/ufs/inode.h       Sun Aug 20 11:48:15 2017 +0000
+++ b/sys/ufs/ufs/inode.h       Sun Aug 20 12:09:06 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: inode.h,v 1.75 2016/08/14 11:31:41 jdolecek Exp $      */
+/*     $NetBSD: inode.h,v 1.76 2017/08/20 12:09:06 maya Exp $  */
 
 /*
  * Copyright (c) 1982, 1989, 1993
@@ -144,7 +144,7 @@
         * These fields are currently only used by FFS and LFS,
         * do NOT use them with ext2fs.
         */
-       u_int16_t i_mode;       /* IFMT, permissions; see below. */
+       u_int16_t i_mode;       /* IFMT, permissions; see dinode.h. */
        int16_t   i_nlink;      /* File link count. */
        u_int64_t i_size;       /* File byte count. */
        u_int32_t i_flags;      /* Status flags (chflags). */



Home | Main Index | Thread Index | Old Index