Date: Tue, 7 Aug 2018 13:26:44 -0400 From: Mark Johnston <markj@freebsd.org> To: Sebastian Huber <sebastian.huber@embedded-brains.de> Cc: freebsd-hackers@freebsd.org Subject: Re: [PATCH] ifconfig: Fix use of _Noreturn Message-ID: <20180807172644.GL77150@raichu> In-Reply-To: <20180807085936.18307-1-sebastian.huber@embedded-brains.de> References: <20180807085936.18307-1-sebastian.huber@embedded-brains.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 07, 2018 at 10:59:36AM +0200, Sebastian Huber wrote: > The _Noreturn is a function-specifier (like inline) which must preceed > the declarator. > --- > sbin/ifconfig/ifconfig.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Committed in r337426.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180807172644.GL77150>