Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2001 13:50:23 -0800 (PST)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/mail aux.c cmd2.c collect.c edit.c fio.c head.c lex.c list.c send.c
Message-ID:  <200112192150.fBJLoNb85959@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2001/12/19 13:50:23 PST

  Modified files:
    usr.bin/mail         aux.c cmd2.c collect.c edit.c fio.c 
                         head.c lex.c list.c send.c 
  Log:
  Add (unsigned char) cast to ctype macros
  ftell->ftello, fseek->fseeko
  File 'newsize' type int->off_t
  Add visible (long) cast to fsize() when it called to small one message file and
  result is assigned to long.
  
  Revision  Changes    Path
  1.9       +2 -2      src/usr.bin/mail/aux.c
  1.8       +4 -4      src/usr.bin/mail/cmd2.c
  1.9       +4 -4      src/usr.bin/mail/collect.c
  1.8       +2 -2      src/usr.bin/mail/edit.c
  1.11      +6 -6      src/usr.bin/mail/fio.c
  1.6       +6 -6      src/usr.bin/mail/head.c
  1.13      +5 -5      src/usr.bin/mail/lex.c
  1.6       +5 -5      src/usr.bin/mail/list.c
  1.11      +2 -2      src/usr.bin/mail/send.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?200112192150.fBJLoNb85959>