Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2005 20:19:46 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tail misc.c reverse.c
Message-ID:  <200501102019.j0AKJkPS000902@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501102019.j0AKJkPS000902>