From owner-svn-src-head@FreeBSD.ORG Mon Jan 12 16:07:56 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 973A972A; Mon, 12 Jan 2015 16:07:56 +0000 (UTC) Received: from mail-we0-x22d.google.com (mail-we0-x22d.google.com [IPv6:2a00:1450:400c:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29724F9D; Mon, 12 Jan 2015 16:07:56 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id q58so19918476wes.4; Mon, 12 Jan 2015 08:07:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Ae4n1ZMRWsAvKClLIWZ9CsF2E54Ktr3oLZbLGPRuPoE=; b=TTAXrBC1jrAYdVnkG61Zunj8DM2KmbKc0evq1YUAX7mMC/H2MG/z1z1IHOmdLT/40r pEKTWYdvpq/MizY9sJp07A39xQjUaB19vnxtlVduI44cwXyWF8EzbN1LMH9rv5pZQbxo DrUs4BpRTtNGKgtxk/TL9xsSiiqalSjZiCTBVMokY70V0cEsrD3IR3UJ5ySQvdMOHIDF /1TaFB5x7JHjdL8tG5+iOy/axCnfn8P4hCWI0KIFwOyGtXkrGqwlzPmmwfhgY0g90AJF 0KLv0SbS1QDTIPcCrGz1geTjKEGnn4ljPL0K8juR7M+zo33fMrPftjrfdwGj9j/tIcRT MgpQ== MIME-Version: 1.0 X-Received: by 10.194.108.9 with SMTP id hg9mr10882811wjb.68.1421078874512; Mon, 12 Jan 2015 08:07:54 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.41.136 with HTTP; Mon, 12 Jan 2015 08:07:54 -0800 (PST) In-Reply-To: <20150112150504.GP15484@FreeBSD.org> References: <201501111843.t0BIhjrs078316@svn.freebsd.org> <20150112150504.GP15484@FreeBSD.org> Date: Mon, 12 Jan 2015 08:07:54 -0800 X-Google-Sender-Auth: 6Yva0WFnSVthv3AhlwZUORs33-o Message-ID: Subject: Re: svn commit: r276993 - head/sys/net80211 From: Adrian Chadd To: Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 16:07:56 -0000 On 12 January 2015 at 07:05, Gleb Smirnoff 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.