freebsd-dev/usr.bin/mail
Ed Schouten 902d9eafbf Rework all non-contributed files that use `struct timezone'.
This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:

	int gettimeofday(struct timeval *restrict tp, void *restrict tzp);

Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.

While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.
2012-09-01 14:45:15 +00:00
..
misc
cmd1.c
cmd2.c
cmd3.c
cmdtab.c
collect.c
def.h
edit.c fgets(3) returns a pointer, so compare against NULL, not integer 0. 2012-01-13 06:51:15 +00:00
extern.h
fio.c
getname.c
glob.h
head.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
lex.c
list.c
mail.1
main.c Touch up some more small typos missed in the previous round. 2012-01-05 21:36:45 +00:00
Makefile
names.c
pathnames.h
popen.c Fix likely race condition if wait_child() is interrupted by sigchild() 2012-05-30 03:55:44 +00:00
quit.c
rcv.h
send.c
strings.c
temp.c
tty.c
util.c Rework all non-contributed files that use `struct timezone'. 2012-09-01 14:45:15 +00:00
v7.local.c
vars.c
version.c