s/inline/__inline/

This commit is contained in:
Sam Leffler 2004-12-31 20:39:41 +00:00
parent 8da7b74f9c
commit 68f5ddcd2e

View File

@ -116,7 +116,7 @@ acl_detach(struct ieee80211com *ic)
FREE(as, M_DEVBUF);
}
static inline struct acl *
static __inline struct acl *
_find_acl(struct aclstate *as, const u_int8_t *macaddr)
{
struct acl *acl;