Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/63b7b9342338
branches:  trunk
changeset: 543471:63b7b9342338
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 26 07:33:57 2003 +0000

description:
Fix typo.

diffstat:

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

diffs (18 lines):

diff -r 209681dec0b0 -r 63b7b9342338 sys/nfs/nfsm_subs.h
--- a/sys/nfs/nfsm_subs.h       Wed Feb 26 07:14:44 2003 +0000
+++ b/sys/nfs/nfsm_subs.h       Wed Feb 26 07:33:57 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfsm_subs.h,v 1.23 2003/02/26 06:31:20 matt Exp $      */
+/*     $NetBSD: nfsm_subs.h,v 1.24 2003/02/26 07:33:57 matt Exp $      */
 
 /*
  * Copyright (c) 1989, 1993
@@ -439,7 +439,7 @@
                        if (mp == mb) \
                                mp->m_len += bp-bpos; \
                        mp = m_get(M_WAIT, MT_DATA); \
-                       MCLAIM(mb2, &nfs_mowner); \
+                       MCLAIM(mp, &nfs_mowner); \
                        m_clget(mp, M_WAIT); \
                        mp->m_len = NFSMSIZ(mp); \
                        mp2->m_next = mp; \



Home | Main Index | Thread Index | Old Index