Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 1999 07:11:04 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinumio.c
Message-ID:  <199908081411.HAA63493@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/08/08 07:11:04 PDT

  Modified files:
    sys/dev/vinum        vinumio.c 
  Log:
  Fixed all printf format errors reported by gcc -Wformat on i386's:
  - %q -> %ll.
  
  Fixed nearby errors not reported by gcc -Wformat on i386's:
  - don't assume that the promotion of [u_]int64_t is [u_]quad_t.
  - don't use signed formats for unsigned args.
  
  Revision  Changes    Path
  1.34      +8 -8      src/sys/dev/vinum/vinumio.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?199908081411.HAA63493>