freebsd-skq/usr.bin/mail
ache 0bff53b958 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
USD.doc
aux.c
cmd1.c
cmd2.c
cmd3.c
cmdtab.c
collect.c File positions are off_t nowdays, not long, so: 2001-09-02 14:40:51 +00:00
def.h
edit.c File positions are off_t nowdays, not long, so: 2001-09-02 14:40:51 +00:00
extern.h
fio.c File positions are off_t nowdays, not long, so: 2001-09-02 14:40:51 +00:00
getname.c
glob.h
head.c
lex.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
list.c
mail.1 mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
main.c
Makefile
names.c
pathnames.h
popen.c
quit.c File positions are off_t nowdays, not long, so: 2001-09-02 14:40:51 +00:00
rcv.h
send.c
strings.c
temp.c
tty.c
v7.local.c
vars.c
version.c