Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makefs remove (now) incorrect comment



details:   https://anonhg.NetBSD.org/src/rev/e6ad8eba8b89
branches:  trunk
changeset: 522254:e6ad8eba8b89
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Feb 14 05:16:16 2002 +0000

description:
remove (now) incorrect comment

diffstat:

 usr.sbin/makefs/makefs.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r f8909925146a -r e6ad8eba8b89 usr.sbin/makefs/makefs.h
--- a/usr.sbin/makefs/makefs.h  Thu Feb 14 03:22:36 2002 +0000
+++ b/usr.sbin/makefs/makefs.h  Thu Feb 14 05:16:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makefs.h,v 1.7 2002/01/31 22:44:03 tv Exp $    */
+/*     $NetBSD: makefs.h,v 1.8 2002/02/14 05:16:16 lukem Exp $ */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -77,9 +77,6 @@
  *     -   first always points to first entry, at current level, which
  *         must be "." when the tree has been built; during build it may
  *         not be if "." hasn't yet been found by readdir(2).
- *
- *     -   if dup is not NULL, it points to an fsent that this is a
- *         duplicate of; only relevant for non directories with > 1 link
  */
 
 enum fi_flags {



Home | Main Index | Thread Index | Old Index