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

(cherry picked from commit 46aec7fae47ed46368f95338741b4daffa5cbc94)

Details

Provenance
dimAuthored on Dec 20 2021, 9:52 AM
Parents
rG324dbffbb483: ipfilter userland: Revert the ipmon part of a6fb9bbea731
Branches
Unknown
Tags
Unknown