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/e3a05bc90101
branches: trunk
changeset: 355894:e3a05bc90101
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 c8af1b23ad62 -r e3a05bc90101 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