freebsd-dev/usr.bin/error
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
..
error.1 Typo fix. 1997-02-09 07:01:33 +00:00
error.h Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
filter.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
input.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
main.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
Makefile BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
pathnames.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
pi.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
subr.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
touch.c Many places in the code NULL is used in integer context, where 1997-09-18 14:08:40 +00:00