svn commit: r276993 - head/sys/net80211

Adrian Chadd adrian at freebsd.org
Mon Jan 12 16:07:56 UTC 2015


On 12 January 2015 at 07:05, Gleb Smirnoff <glebius at freebsd.org> wrote:
> On Sun, Jan 11, 2015 at 06:43:45PM +0000, Adrian Chadd wrote:
> A> Author: adrian
> A> Date: Sun Jan 11 18:43:45 2015
> A> New Revision: 276993
> A> URL: https://svnweb.freebsd.org/changeset/base/276993
> A>
> A> Log:
> A>   Switch around the order of static inline to be in line with how it's
> A>   used elsewhere, and to keep gcc-4.7 happy.
> A>
> A>   This is a request from the DragonflyBSD project.
>
> I'd suggest to also do s/__inline/inline/ in such sweeps due to "inline"
> being a C99 keyword, while __inline is a GNU-ism from pre-99 times.

Sure thing.

(I don't /think/ anyone tries compiling net80211 on anything pre-C99.
Oh wait, crap, they do. Well, they can push me patches to create an
INLINE #define or something.)



-adrian

> --
> Totus tuus, Glebius.


More information about the svn-src-all mailing list