Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/coda Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/20ce25163ff2
branches:  netbsd-1-4
changeset: 470352:20ce25163ff2
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 12 17:01:32 2000 +0000

description:
Apply patch (requested by he):
  Fix a compile problem under CODA_VERBOSE caused by the v_usecount
  widening.

diffstat:

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

diffs (33 lines):

diff -r 90de2f333692 -r 20ce25163ff2 sys/coda/coda_vnops.c
--- a/sys/coda/coda_vnops.c     Sat Feb 12 16:55:02 2000 +0000
+++ b/sys/coda/coda_vnops.c     Sat Feb 12 17:01:32 2000 +0000
@@ -6,7 +6,7 @@
 rmdir
 symlink
 */
-/*     $NetBSD: coda_vnops.c,v 1.9.4.3 2000/02/06 17:16:28 he Exp $    */
+/*     $NetBSD: coda_vnops.c,v 1.9.4.4 2000/02/12 17:01:32 he Exp $    */
 
 /*
  * 
@@ -56,6 +56,11 @@
 /*
  * HISTORY
  * $Log: coda_vnops.c,v $
+ * Revision 1.9.4.4  2000/02/12 17:01:32  he
+ * Apply patch (requested by he):
+ *   Fix a compile problem under CODA_VERBOSE caused by the v_usecount
+ *   widening.
+ *
  * Revision 1.9.4.3  2000/02/06 17:16:28  he
  * Apply patch (requested by christos):
  *   Fix a compilation problem caused by the widening of v_usecount.
@@ -544,7 +549,7 @@
     if (IS_UNMOUNTING(cp)) {
        if (cp->c_ovp) {
 #ifdef CODA_VERBOSE
-           printf("coda_close: destroying container ref %d, ufs vp %p of vp %p/cp %p\n",
+           printf("coda_close: destroying container ref %ld, ufs vp %p of vp %p/cp %p\n",
                    vp->v_usecount, cp->c_ovp, vp, cp);
 #endif
 #ifdef hmm



Home | Main Index | Thread Index | Old Index