freebsd-dev/usr.sbin/bsnmpd
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
..
bsnmpd Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
gensnmptree Correct the include path so that the include files are found 2003-11-10 14:04:34 +00:00
modules Rename the MIBS makefile variable to BMIBS so that it does not conflict 2004-01-24 20:12:30 +00:00
Makefile
Makefile.inc