Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Move the _KERNEL down a couple lines sine ktrace/kdu...



details:   https://anonhg.NetBSD.org/src/rev/baa0055d683a
branches:  trunk
changeset: 524817:baa0055d683a
user:      erh <erh%NetBSD.org@localhost>
date:      Sun Mar 31 07:11:35 2002 +0000

description:
Move the _KERNEL down a couple lines sine ktrace/kdump/ktruss need
the enum uio_rw.

diffstat:

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

diffs (20 lines):

diff -r b81be128e1a4 -r baa0055d683a sys/sys/uio.h
--- a/sys/sys/uio.h     Sun Mar 31 06:45:08 2002 +0000
+++ b/sys/sys/uio.h     Sun Mar 31 07:11:35 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uio.h,v 1.22 2002/03/30 20:28:13 erh Exp $     */
+/*     $NetBSD: uio.h,v 1.23 2002/03/31 07:11:35 erh Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1993, 1994
@@ -64,9 +64,9 @@
 #define        off_t           __off_t
 #endif
 
-#ifdef _KERNEL
 enum   uio_rw { UIO_READ, UIO_WRITE };
 
+#ifdef _KERNEL
 /* Segment flag values. */
 enum uio_seg {
        UIO_USERSPACE,          /* from user data space */



Home | Main Index | Thread Index | Old Index