Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 18:05:04 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Adrian Chadd <adrian@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r276993 - head/sys/net80211
Message-ID:  <20150112150504.GP15484@FreeBSD.org>
In-Reply-To: <201501111843.t0BIhjrs078316@svn.freebsd.org>
References:  <201501111843.t0BIhjrs078316@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

-- 
Totus tuus, Glebius.



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