Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/sys/sys Nuke UIO_XUIO so nothing acciden...
details: https://anonhg.NetBSD.org/src/rev/42a6f41f9c6a
branches: trunk
changeset: 337315:42a6f41f9c6a
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Apr 11 01:49:00 2015 +0000
description:
Nuke UIO_XUIO so nothing accidentally misuses it.
diffstat:
external/cddl/osnet/sys/sys/uio.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 580b4612c2c2 -r 42a6f41f9c6a external/cddl/osnet/sys/sys/uio.h
--- a/external/cddl/osnet/sys/sys/uio.h Sat Apr 11 00:30:50 2015 +0000
+++ b/external/cddl/osnet/sys/sys/uio.h Sat Apr 11 01:49:00 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uio.h,v 1.6 2015/03/19 22:57:45 riastradh Exp $ */
+/* $NetBSD: uio.h,v 1.7 2015/04/11 01:49:00 riastradh Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -87,10 +87,6 @@
void *xuio_priv;
};
-/* XXX HACK ? how xuio can be handled properly */
-#define uio_extflg uio_offset
-#define UIO_XUIO 0x0004 /* Structure is xuio_t */
-
#define XUIO_XUZC_PRIV(xuio) ((xuio)->xuio_priv)
#define XUIO_XUZC_RW(xuio) ((xuio)->xuio_rw)
Home |
Main Index |
Thread Index |
Old Index