HomeFreeBSD

Make the v*printf() functions in libsa return int instead of void.

Description

Make the v*printf() functions in libsa return int instead of void.
This makes them compatible with the C standard signatures, avoiding
spurious mismatch errors in the places where the oddball requirements
of standalone code end up putting two declarations of the same function
in play.

Details

Provenance
ianAuthored on
Parents
rS334664: Declare and set the global "system_highpri_wq" workqueue structure pointer
Branches
Unknown
Tags
Unknown