freebsd-dev/usr.bin/mail
Poul-Henning Kamp d030d2d2ae Many places in the code NULL is used in integer context, where
plain 0 should be used.  This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.

PR:		2752
Submitted by:	Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
..
misc Correct the man pages, USD doc and online help to refer to /var/mail 1995-11-20 20:51:42 +00:00
USD.doc Fix file names. 1997-08-31 21:33:27 +00:00
aux.c Use err(3). 1997-07-24 06:56:33 +00:00
cmd1.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
cmd2.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
cmd3.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
cmdtab.c Renamed undelete() to undelete_messages() to avoid conflict with new 1997-04-14 16:49:30 +00:00
collect.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
def.h Simplistic conversion of mail to use termios instead of sgtty. 1996-08-19 20:23:35 +00:00
edit.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
extern.h Renamed undelete() to undelete_messages() to avoid conflict with new 1997-04-14 16:49:30 +00:00
fio.c Use err(3). 1997-07-24 06:56:33 +00:00
getname.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
glob.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
head.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
lex.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
list.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
mail.1 Revert $FreeBSD$ to $Id$ 1997-02-22 19:58:13 +00:00
main.c compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 04:34:07 +00:00
Makefile make install should not install mail.rc in /etc 1997-08-15 21:50:02 +00:00
names.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
pathnames.h Allow mail(1) to look for multiple mail.rc files. 1996-12-21 22:53:58 +00:00
popen.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
quit.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
rcv.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
send.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
strings.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
temp.c Use err(3). 1997-07-24 06:56:33 +00:00
tty.c Simplistic conversion of mail to use termios instead of sgtty. 1996-08-19 20:23:35 +00:00
v7.local.c Honor the MAIL environment variable. 1996-10-06 01:55:32 +00:00
vars.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
version.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00