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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to