Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2002 04:12:31 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinumrequest.c
Message-ID:  <200205251112.g4PBCVt45785@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/05/25 04:12:31 PDT

  Modified files:
    sys/dev/vinum        vinumrequest.c 
  Log:
  "Fixed" printf format errors (64-bit daddr_t casualties; should use %jx
  instead of %llx when %j is available).
  
  Changed nearby output formats from %x to %#x so that it is obvious that the
  numbers are in hex (vinum mostly uses 0x%x elsewhere).
  
  Didn't fix nearby format printf errors (long lines).
  
  Revision  Changes    Path
  1.61      +4 -4      src/sys/dev/vinum/vinumrequest.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205251112.g4PBCVt45785>