freebsd-dev/usr.bin/mail
Andrey A. Chernov af8c32621d File positions are off_t nowdays, not long, so:
fseek -> fseeko
    ftell -> ftello

    NOTE: fseek/ftell not works for >long offsets per POSIX:

    [EOVERFLOW] For fseek( ), the resulting file offset would be a value which
    cannot be represented correctly in an object of type long.

    [EOVERFLOW] For ftell ( ), the current file offset cannot be represented
    correctly in an object of type long.
2001-09-02 14:40:51 +00:00
..
misc Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc. 1998-08-31 10:53:06 +00:00
USD.doc Eliminate groff(1) warnings. 2000-11-29 10:56:59 +00:00
aux.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
cmd1.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
cmd2.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
cmd3.c Respect REPLYTO in mailrc. 2001-06-14 01:08:30 +00:00
cmdtab.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
collect.c File positions are off_t nowdays, not long, so: 2001-09-02 14:40:51 +00:00
def.h Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
edit.c File positions are off_t nowdays, not long, so: 2001-09-02 14:40:51 +00:00
extern.h Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
fio.c File positions are off_t nowdays, not long, so: 2001-09-02 14:40:51 +00:00
getname.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
glob.h Merge various changes from OpenBSD and NetBSD. 2001-03-25 04:57:05 +00:00
head.c Support mail boxes that have dates without seconds (SysV) and those 2001-06-18 04:28:03 +00:00
lex.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
list.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
mail.1 mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
main.c Add the -E flag to not send messages that have an empty body. This is 2001-06-28 02:40:07 +00:00
Makefile make install should not install mail.rc in /etc 1997-08-15 21:50:02 +00:00
names.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
pathnames.h Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
popen.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
quit.c File positions are off_t nowdays, not long, so: 2001-09-02 14:40:51 +00:00
rcv.h Merge various changes from OpenBSD and NetBSD. 2001-03-25 04:57:05 +00:00
send.c Add the -E flag to not send messages that have an empty body. This is 2001-06-28 02:40:07 +00:00
strings.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
temp.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
tty.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
v7.local.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
vars.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00
version.c Cleanup mail(1)'s varying styles by converting to using style(9). 2001-05-27 20:26:22 +00:00