HomeFreeBSD

tests/libalias: Make inline functions static inline

Description

tests/libalias: Make inline functions static inline

In C, plain inline functions should never be used: they should be
declared either static inline or extern inline. In this case, they are
clearly meant to be static inline.

MFC after: 3 days

Details

Provenance
dimAuthored on Dec 20 2021, 9:52 AM
Parents
rGe0ceec676dc8: cam: don't send scsi commands on shutdown when reboot method RB_NOSYNC
Branches
Unknown
Tags
Unknown