freebsd-dev/sbin/atm/atmconfig
Mark Murray 16fc3635f7 Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).

There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.

Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".

Tested on: i386 sparc64
2004-03-05 08:10:19 +00:00
..
atmconfig.8
atmconfig.h
atmconfig.help
diag.c Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
diag.h Add support for virtual interfaces. These have no phy chip and, hence, we 2004-01-26 12:17:49 +00:00
main.c Get rid of a __DECONST by strdup'ing the string in question. When 2003-08-20 08:25:36 +00:00
Makefile style.Makefile(5): 2004-02-23 20:25:27 +00:00
natm.c
private.h