K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-12-22T10:13:52.842616Z K 7 svn:log V 376 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. (cherry picked from commit 46aec7fae47ed46368f95338741b4daffa5cbc94) Git Hash: 4f58c87fd29411a10011fe677eaf78177dfe4cbf Git Author: dim@FreeBSD.org END