Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Correct comment about mt_fileno and mt_blkno.
details: https://anonhg.NetBSD.org/src/rev/413e9fd37011
branches: trunk
changeset: 476131:413e9fd37011
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Sep 07 13:55:27 1999 +0000
description:
Correct comment about mt_fileno and mt_blkno.
diffstat:
sys/sys/mtio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 54697367e70c -r 413e9fd37011 sys/sys/mtio.h
--- a/sys/sys/mtio.h Tue Sep 07 13:53:36 1999 +0000
+++ b/sys/sys/mtio.h Tue Sep 07 13:55:27 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mtio.h,v 1.17 1998/07/30 00:44:46 mjacob Exp $ */
+/* $NetBSD: mtio.h,v 1.18 1999/09/07 13:55:27 simonb Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -77,7 +77,7 @@
short mt_erreg; /* ``error'' register */
/* end device-dependent registers */
short mt_resid; /* residual count */
-/* the following two are not yet implemented */
+/* the following two are not yet implemented by most tape drivers */
daddr_t mt_fileno; /* file number of current position */
daddr_t mt_blkno; /* block number of current position */
/* end not yet implemented */
Home |
Main Index |
Thread Index |
Old Index