Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 cdevsw/bdevsw d_type is now d_flag
details: https://anonhg.NetBSD.org/src/rev/b86d1e887209
branches: trunk
changeset: 760463:b86d1e887209
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Jan 05 17:02:03 2011 +0000
description:
cdevsw/bdevsw d_type is now d_flag
diffstat:
share/man/man9/driver.9 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r f9a6a602d9b5 -r b86d1e887209 share/man/man9/driver.9
--- a/share/man/man9/driver.9 Wed Jan 05 17:00:25 2011 +0000
+++ b/share/man/man9/driver.9 Wed Jan 05 17:02:03 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: driver.9,v 1.24 2010/01/31 21:25:51 wiz Exp $
+.\" $NetBSD: driver.9,v 1.25 2011/01/05 17:02:03 jmcneill Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 31, 2010
+.Dd January 5, 2011
.Dt DRIVER 9
.Os
.Sh NAME
@@ -134,7 +134,7 @@
int (*d_poll)(dev_t, int, struct lwp *);
paddr_t (*d_mmap)(dev_t, off_t, int);
int (*d_kqfilter)(dev_t, struct knote *);
- int d_type;
+ int d_flag;
};
.Ed
.Pp
@@ -163,7 +163,7 @@
int (*d_ioctl)(dev_t, u_long, void *, int, struct lwp *);
int (*d_dump)(dev_t, daddr_t, void *, size_t);
int (*d_psize)(dev_t);
- int d_type;
+ int d_flag;
};
.Ed
.Pp
Home |
Main Index |
Thread Index |
Old Index