cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-queue.c ata-raid.c

Søren Schmidt sos at FreeBSD.org
Thu Mar 9 08:34:46 GMT 2006


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


More information about the cvs-src mailing list