markm 0b0ae8e16e 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
..
2003-05-01 16:58:57 +00:00
2003-12-16 15:17:30 +00:00
2004-02-23 20:05:14 +00:00
2003-10-11 20:34:43 +00:00
2003-02-23 01:43:45 +00:00
2003-05-01 16:58:57 +00:00
2003-05-01 16:58:57 +00:00
2003-05-05 22:49:23 +00:00
2004-02-23 20:05:14 +00:00
2003-10-14 20:42:13 +00:00
2004-02-23 20:05:14 +00:00
2003-05-01 16:58:57 +00:00
2004-02-23 20:05:14 +00:00
2003-05-01 16:58:57 +00:00