cvs commit: src/usr.bin/tail misc.c reverse.c

David Malone dwmalone at FreeBSD.org
Mon Jan 10 12:19:46 PST 2005


dwmalone    2005-01-10 20:19:46 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tail         misc.c reverse.c 
  Log:
  Cast size_t to off_t before adding them to avoid warnings on the alpha.
  Use %ld and intmax_t for printing an off_t.
  
  Revision  Changes    Path
  1.9       +2 -2      src/usr.bin/tail/misc.c
  1.18      +4 -2      src/usr.bin/tail/reverse.c


More information about the cvs-src mailing list