PERFORCE change 67541 for review

Sam Leffler sam at FreeBSD.org
Wed Dec 22 09:39:30 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=67541

Change 67541 by sam at 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;


More information about the p4-projects mailing list