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
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
edit.c
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
glob.h
head.c
lex.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00
list.c
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
pathnames.h Allow mail(1) to look for multiple mail.rc files. 1996-12-21 22:53:58 +00:00
popen.c
quit.c
rcv.h
send.c
strings.c
temp.c Use err(3). 1997-07-24 06:56:33 +00:00
tty.c
v7.local.c Honor the MAIL environment variable. 1996-10-06 01:55:32 +00:00
vars.c
version.c