]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests/libalias: Make inline functions static inline
authorDimitry Andric <dim@FreeBSD.org>
Mon, 20 Dec 2021 09:52:02 +0000 (10:52 +0100)
committerDimitry Andric <dim@FreeBSD.org>
Mon, 27 Dec 2021 10:19:31 +0000 (11:19 +0100)
commitcca67690ace682e9aeab509b17213e44d2d4f9c6
tree64e17405a61d7eacffcf1405e2c0093a03de8998
parent324dbffbb48350096c747ef5742dcc0b83b34417
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)
tests/sys/netinet/libalias/util.h