Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/kern Make this one compile.



details:   https://anonhg.NetBSD.org/src/rev/4b20abf3fc6c
branches:  nathanw_sa
changeset: 504583:4b20abf3fc6c
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Mon Mar 19 15:01:44 2001 +0000

description:
Make this one compile.

diffstat:

 sys/kern/kern_subr.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 20b086725588 -r 4b20abf3fc6c sys/kern/kern_subr.c
--- a/sys/kern/kern_subr.c      Mon Mar 19 00:44:38 2001 +0000
+++ b/sys/kern/kern_subr.c      Mon Mar 19 15:01:44 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_subr.c,v 1.75.2.1 2001/03/05 22:49:42 nathanw Exp $       */
+/*     $NetBSD: kern_subr.c,v 1.75.2.2 2001/03/19 15:01:44 fvdl Exp $  */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -124,7 +124,9 @@
        u_int cnt;
        int error = 0;
        char *cp = buf;
+#if 0  /* XXX NJWLWP */
        struct proc *p = uio->uio_procp;
+#endif
 
 #ifdef DIAGNOSTIC
        if (uio->uio_rw != UIO_READ && uio->uio_rw != UIO_WRITE)



Home | Main Index | Thread Index | Old Index