From 68f5ddcd2eb23ff67650ceb8798cef4c897ba166 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 31 Dec 2004 20:39:41 +0000 Subject: [PATCH] s/inline/__inline/ --- sys/net80211/ieee80211_acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net80211/ieee80211_acl.c b/sys/net80211/ieee80211_acl.c index e04fa1384b75..6f527d2cf4f9 100644 --- a/sys/net80211/ieee80211_acl.c +++ b/sys/net80211/ieee80211_acl.c @@ -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;