1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00
freebsd/usr.sbin/bluetooth
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
..
bcmfw
bt3cfw
hccontrol Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) 2004-03-05 08:10:19 +00:00
hcsecd
hcseriald
l2control
l2ping
rfcomm_pppd Teach rfcomm_pppd(8) how to register Bluetooth LAN service with local sdpd(8) 2004-02-23 17:30:59 +00:00
sdpcontrol
sdpd Add extra sanity check for SDP packets in libsdp(3) 2004-02-26 20:44:55 +00:00
Makefile
Makefile.inc