mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
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
|
||
|---|---|---|
| .. | ||
| bcmfw | ||
| bt3cfw | ||
| hccontrol | ||
| hcsecd | ||
| hcseriald | ||
| l2control | ||
| l2ping | ||
| rfcomm_pppd | ||
| sdpcontrol | ||
| sdpd | ||
| Makefile | ||
| Makefile.inc | ||