Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 15:24:00 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/amr amr.c
Message-ID:  <200203182324.g2INO0r69436@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/03/18 15:24:00 PST

  Modified files:
    sys/dev/amr          amr.c 
  Log:
  Fixed printf format errors in previous commit.  %llu is no more suitable
  than %u for printing signed 64-bit types.  It fails on different machines,
  and has the wrong signdness.
  
  Fixed old printf format error on the same line.  %u is not suitable for
  printing 32-bit types on all machines.
  
  Revision  Changes    Path
  1.31      +3 -2      src/sys/dev/amr/amr.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?200203182324.g2INO0r69436>