cvs commit: src/sbin/geom/core geom.c

Xin LI delphij at FreeBSD.org
Sun Mar 13 20:33:14 PST 2005


delphij     2005-03-14 04:33:13 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/core       geom.c 
  Log:
  printf(3) expects that %*s having an int parameter, which generates
  warning on 64-bit platforms.  Explicitly cast these values to int
  to work around this issue, as these values are tend to be small.
  
  Spotted by:     ia64 tinderbox
  
  Revision  Changes    Path
  1.15      +5 -5      src/sbin/geom/core/geom.c


More information about the cvs-src mailing list