Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs Fix printf() format.



details:   https://anonhg.NetBSD.org/src/rev/290ad6efab7f
branches:  trunk
changeset: 486303:290ad6efab7f
user:      pk <pk%NetBSD.org@localhost>
date:      Thu May 18 08:34:26 2000 +0000

description:
Fix printf() format.

diffstat:

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

diffs (18 lines):

diff -r 91d2d602b244 -r 290ad6efab7f sys/nfs/nfs_bio.c
--- a/sys/nfs/nfs_bio.c Thu May 18 08:03:22 2000 +0000
+++ b/sys/nfs/nfs_bio.c Thu May 18 08:34:26 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_bio.c,v 1.48 2000/03/30 12:51:13 augustss Exp $    */
+/*     $NetBSD: nfs_bio.c,v 1.49 2000/05/18 08:34:26 pk Exp $  */
 
 /*
  * Copyright (c) 1989, 1993
@@ -1080,7 +1080,7 @@
                iomode = NFSV3WRITE_FILESYNC;
            bp->b_flags |= B_WRITEINPROG;
 #ifdef fvdl_debug
-           printf("nfs_doio(%x): bp %x doff %d dend %d\n", 
+           printf("nfs_doio(%p): bp %p doff %d dend %d\n", 
                vp, bp, bp->b_dirtyoff, bp->b_dirtyend);
 #endif
            error = nfs_writerpc(vp, uiop, cr, &iomode, &must_commit);



Home | Main Index | Thread Index | Old Index