Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 2004 17:39:29 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 67541 for review
Message-ID:  <200412221739.iBMHdTHs063232@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=67541

Change 67541 by sam@sam_ebb on 2004/12/22 17:39:12

	s/inline/__inline/

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_acl.c#3 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_acl.c#3 (text+ko) ====

@@ -116,7 +116,7 @@
 	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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412221739.iBMHdTHs063232>