Source-Changes-HG archive

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

[src/chs-ubc2]: src/sys/dev/ic Sync w/ -current (again) to get a typo fix.



details:   https://anonhg.NetBSD.org/src/rev/4a0e11d5816a
branches:  chs-ubc2
changeset: 471340:4a0e11d5816a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 21 15:13:02 1999 +0000

description:
Sync w/ -current (again) to get a typo fix.

diffstat:

 sys/dev/ic/rrunner.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7ffa8c235275 -r 4a0e11d5816a sys/dev/ic/rrunner.c
--- a/sys/dev/ic/rrunner.c      Mon Jun 21 15:04:23 1999 +0000
+++ b/sys/dev/ic/rrunner.c      Mon Jun 21 15:13:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rrunner.c,v 1.9.4.1 1999/06/21 01:17:53 thorpej Exp $  */
+/*     $NetBSD: rrunner.c,v 1.9.4.2 1999/06/21 15:13:02 thorpej Exp $  */
 
 /*
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -1067,7 +1067,7 @@
                        /* Unlock what we've locked so far. */
                        for (--i; i >= 0; i--) {
                                iovp = &uio->uio_iov[i];
-                               uvm_vsunlock(p, ivop->iov_base,
+                               uvm_vsunlock(p, iovp->iov_base,
                                    iovp->iov_len);
                        }
                        error = EFAULT;
@@ -1240,7 +1240,7 @@
                        /* Unlock what we've locked so far. */
                        for (--i; i >= 0; i--) {
                                iovp = &uio->uio_iov[i];
-                               uvm_vsunlock(p, ivop->iov_base,
+                               uvm_vsunlock(p, iovp->iov_base,
                                    iovp->iov_len);
                        }
                        error = EFAULT;



Home | Main Index | Thread Index | Old Index