freebsd-skq/usr.sbin/bluetooth/hccontrol
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
..
hccontrol.8 Update Bluetooth code. 2003-10-12 22:04:24 +00:00
hccontrol.c Update Bluetooth code. 2003-10-12 22:04:24 +00:00
hccontrol.h Update Bluetooth code. 2003-10-12 22:04:24 +00:00
host_controller_baseband.c Update Bluetooth code. 2003-10-12 22:04:24 +00:00
info.c Update Bluetooth code. 2003-10-12 22:04:24 +00:00
link_control.c Fix few typos 2003-11-11 02:43:10 +00:00
link_policy.c Fix few typos 2003-11-11 02:43:10 +00:00
Makefile Update Bluetooth code. 2003-10-12 22:04:24 +00:00
node.c Update Bluetooth code. 2003-10-12 22:04:24 +00:00
send_recv.c Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
status.c Update Bluetooth code. 2003-10-12 22:04:24 +00:00
util.c Fix few typos 2003-11-11 02:43:10 +00:00