Date: Thu, 9 Mar 2006 08:34:45 +0000 (UTC) From: Søren Schmidt <sos@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-queue.c ata-raid.c Message-ID: <200603090834.k298YjYb068578@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos         2006-03-09 08:34:45 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/ata          ata-all.c ata-disk.c ata-queue.c 
                         ata-raid.c 
  Log:
  Get rid of all the "long long"/"maxint" casting around in printf's.
  On all our platforms intmax == int64_t so simply using %j to print
  int64_t's is safe all over, and doesn't pullute the code.
  
  Revision  Changes    Path
  1.268     +1 -1      src/sys/dev/ata/ata-all.c
  1.196     +3 -5      src/sys/dev/ata/ata-disk.c
  1.61      +5 -6      src/sys/dev/ata/ata-queue.c
  1.119     +27 -36    src/sys/dev/ata/ata-raid.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603090834.k298YjYb068578>
