freebsd-dev/usr.sbin/mountd
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
..
exports.5 Be consistent in the EXAMPLES formatting. 2004-01-01 00:59:58 +00:00
Makefile Rename the 'log' variable rather than -fno-builtin-log 2003-10-30 22:57:43 +00:00
mountd.8 Add a new option to mountd(8), -p <port>. This allows the user to specify 2004-03-04 04:42:52 +00:00
mountd.c Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
netgroup.5 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
pathnames.h