Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Cleanup daddr_t fallout.



details:   https://anonhg.NetBSD.org/src/rev/7a1178c09d6b
branches:  trunk
changeset: 542462:7a1178c09d6b
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 30 00:28:19 2003 +0000

description:
Cleanup daddr_t fallout.

diffstat:

 sys/arch/vax/vax/crl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6871f4c87370 -r 7a1178c09d6b sys/arch/vax/vax/crl.c
--- a/sys/arch/vax/vax/crl.c    Wed Jan 29 23:27:54 2003 +0000
+++ b/sys/arch/vax/vax/crl.c    Thu Jan 30 00:28:19 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crl.c,v 1.14 2003/01/19 22:29:23 ragge Exp $   */
+/*     $NetBSD: crl.c,v 1.15 2003/01/30 00:28:19 matt Exp $    */
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
  * All rights reserved.
@@ -271,7 +271,7 @@
                break;
 
        case CRL_S_HWERR:
-               printf("crl: hard error sn%d\n", bp->b_blkno);
+               printf("crl: hard error sn" PRId64 "\n", bp->b_blkno);
                crltab.crl_active = CRL_F_ABORT;
                mtpr(STXCS_IE | CRL_F_ABORT, PR_STXCS);
                break;



Home | Main Index | Thread Index | Old Index