Source-Changes-HG archive

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

[src/trunk]: src/sys/coda Typo/braino?



details:   https://anonhg.NetBSD.org/src/rev/ef5d80413331
branches:  trunk
changeset: 472452:ef5d80413331
user:      rvb <rvb%NetBSD.org@localhost>
date:      Thu Apr 29 22:20:42 1999 +0000

description:
Typo/braino?

diffstat:

 sys/coda/coda_psdev.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r f84b9223a500 -r ef5d80413331 sys/coda/coda_psdev.c
--- a/sys/coda/coda_psdev.c     Thu Apr 29 22:08:49 1999 +0000
+++ b/sys/coda/coda_psdev.c     Thu Apr 29 22:20:42 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coda_psdev.c,v 1.9 1998/11/11 19:22:08 rvb Exp $       */
+/*     $NetBSD: coda_psdev.c,v 1.10 1999/04/29 22:20:42 rvb Exp $      */
 
 /*
  * 
@@ -52,6 +52,9 @@
 /*
  * HISTORY
  * $Log: coda_psdev.c,v $
+ * Revision 1.10  1999/04/29 22:20:42  rvb
+ * Typo/braino?
+ *
  * Revision 1.9  1998/11/11 19:22:08  rvb
  * Lookup now passes up an extra flag.  But old veni will
  * be ok; new veni will check /dev/cfs0 to make sure that a new
@@ -328,7 +331,7 @@
     /* Wakeup clients so they can return. */
     for (vmp = (struct vmsg *)GETNEXT(vcp->vc_requests);
         !EOQ(vmp, vcp->vc_requests);
-        nvmp = vmp)
+        vmp = nvmp)
     {      
        nvmp = (struct vmsg *)GETNEXT(vmp->vm_chain);
        /* Free signal request messages and don't wakeup cause



Home | Main Index | Thread Index | Old Index