Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libsa fix comment



details:   https://anonhg.NetBSD.org/src/rev/de735be87805
branches:  trunk
changeset: 526776:de735be87805
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri May 10 11:07:01 2002 +0000

description:
fix comment

diffstat:

 sys/lib/libsa/ustarfs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5cec8ece27b -r de735be87805 sys/lib/libsa/ustarfs.c
--- a/sys/lib/libsa/ustarfs.c   Fri May 10 07:51:37 2002 +0000
+++ b/sys/lib/libsa/ustarfs.c   Fri May 10 11:07:01 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ustarfs.c,v 1.18 2002/03/30 01:29:48 matt Exp $        */
+/*     $NetBSD: ustarfs.c,v 1.19 2002/05/10 11:07:01 lukem Exp $       */
 
 /* [Notice revision 2.2]
  * Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
@@ -485,7 +485,7 @@
        }
        return ustf->uas_fseek;
 }
-#endif /* !LIBSA_NO_FS_CLOSE */
+#endif /* !LIBSA_NO_FS_SEEK */
 
 int
 ustarfs_read(f, start, size, resid)



Home | Main Index | Thread Index | Old Index