freebsd-dev/lib/libpam/modules/pam_login_access
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
..
login_access.c Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
login.access.5 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
Makefile style.Makefile(5) police 2003-03-09 20:06:38 +00:00
pam_login_access.8 mdoc(7) police: nits. 2002-03-18 15:55:53 +00:00
pam_login_access.c Fix numerous constness and aliasing issues. 2004-02-10 10:13:21 +00:00
pam_login_access.h NAI DBA update. 2002-03-14 23:27:59 +00:00