Module Name:    src
Committed By:   riastradh
Date:           Sat Apr 11 01:49:00 UTC 2015

Modified Files:
        src/external/cddl/osnet/sys/sys: uio.h

Log Message:
Nuke UIO_XUIO so nothing accidentally misuses it.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/sys/sys/uio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/sys/sys/uio.h
diff -u src/external/cddl/osnet/sys/sys/uio.h:1.6 src/external/cddl/osnet/sys/sys/uio.h:1.7
--- src/external/cddl/osnet/sys/sys/uio.h:1.6	Thu Mar 19 22:57:45 2015
+++ src/external/cddl/osnet/sys/sys/uio.h	Sat Apr 11 01:49:00 2015
@@ -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 @@ struct xuio {
 	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)
 

Reply via email to