Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Back out revision 1.22:



details:   https://anonhg.NetBSD.org/src/rev/f6c204bdde07
branches:  trunk
changeset: 524831:f6c204bdde07
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Mar 31 14:21:56 2002 +0000

description:
Back out revision 1.22:
- "ktrace/kdump/ktruss" need "enum uio_rw".
- "vmstat" needs "enum uio_seg".
- "ipf" needs "struct uio".
So there is nothing left which can be hidden.

diffstat:

 sys/sys/uio.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r ac518ee918c6 -r f6c204bdde07 sys/sys/uio.h
--- a/sys/sys/uio.h     Sun Mar 31 14:17:19 2002 +0000
+++ b/sys/sys/uio.h     Sun Mar 31 14:21:56 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uio.h,v 1.23 2002/03/31 07:11:35 erh Exp $     */
+/*     $NetBSD: uio.h,v 1.24 2002/03/31 14:21:56 tron Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1993, 1994
@@ -66,7 +66,6 @@
 
 enum   uio_rw { UIO_READ, UIO_WRITE };
 
-#ifdef _KERNEL
 /* Segment flag values. */
 enum uio_seg {
        UIO_USERSPACE,          /* from user data space */
@@ -82,7 +81,6 @@
        enum    uio_rw uio_rw;  /* see above */
        struct  proc *uio_procp;/* process if UIO_USERSPACE */
 };
-#endif /* _KERNEL */
 
 /*
  * Limits



Home | Main Index | Thread Index | Old Index