Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ufs Use two separate comments for stub where IN_RENA...
details: https://anonhg.NetBSD.org/src/rev/0eaa686566f7
branches: trunk
changeset: 779598:0eaa686566f7
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Jun 04 22:01:07 2012 +0000
description:
Use two separate comments for stub where IN_RENAME was.
diffstat:
sys/ufs/ufs/inode.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d5f04efe5667 -r 0eaa686566f7 sys/ufs/ufs/inode.h
--- a/sys/ufs/ufs/inode.h Mon Jun 04 20:56:40 2012 +0000
+++ b/sys/ufs/ufs/inode.h Mon Jun 04 22:01:07 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: inode.h,v 1.61 2012/06/04 20:13:47 riastradh Exp $ */
+/* $NetBSD: inode.h,v 1.62 2012/06/04 22:01:07 riastradh Exp $ */
/*
* Copyright (c) 1982, 1989, 1993
@@ -238,7 +238,7 @@
#define IN_MODIFY 0x2000 /* Modification time update request. */
#define IN_MODIFIED 0x0008 /* Inode has been modified. */
#define IN_ACCESSED 0x0010 /* Inode has been accessed. */
-/* #define IN_UNUSED 0x0020 /* unused, was IN_RENAME */
+/* #define IN_UNUSED 0x0020 */ /* unused, was IN_RENAME */
#define IN_SHLOCK 0x0040 /* File has shared lock. */
#define IN_EXLOCK 0x0080 /* File has exclusive lock. */
#define IN_CLEANING 0x0100 /* LFS: file is being cleaned */
Home |
Main Index |
Thread Index |
Old Index