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
..
2003-06-14 19:32:52 +00:00
2004-02-23 20:07:47 +00:00
Use
2003-06-06 13:46:55 +00:00
2003-06-08 10:34:00 +00:00
2003-08-18 15:25:39 +00:00
2003-08-18 15:25:39 +00:00
Use
2003-06-06 13:46:55 +00:00
2004-01-28 00:11:42 +00:00
2004-02-23 20:07:47 +00:00
Use
2003-06-06 13:46:55 +00:00
2004-02-04 06:32:45 +00:00
2003-08-18 15:25:39 +00:00
2002-09-28 00:25:32 +00:00
2004-02-11 21:09:13 +00:00
2002-09-28 00:25:32 +00:00
2003-08-30 13:57:31 +00:00
2004-03-02 06:26:37 +00:00
2002-09-28 00:25:32 +00:00