From owner-svn-src-all@freebsd.org Tue Aug 11 08:32:26 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B8F5237FC9E; Tue, 11 Aug 2020 08:32:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BQmKk2xWmz4D9S; Tue, 11 Aug 2020 08:32:26 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 087B12602A3; Tue, 11 Aug 2020 10:32:23 +0200 (CEST) Subject: Re: svn commit: r364072 - in head/sys: netinet netinet6 To: Gleb Smirnoff Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <202008101040.07AAeK4e096973@repo.freebsd.org> <20200811053750.GB1307@FreeBSD.org> From: Hans Petter Selasky Message-ID: Date: Tue, 11 Aug 2020 10:32:01 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200811053750.GB1307@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BQmKk2xWmz4D9S X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2020 08:32:26 -0000 On 2020-08-11 07:37, Gleb Smirnoff wrote: > Hans, > > On Mon, Aug 10, 2020 at 10:40:20AM +0000, Hans Petter Selasky wrote: > H> Author: hselasky > H> Date: Mon Aug 10 10:40:19 2020 > H> New Revision: 364072 > H> URL: https://svnweb.freebsd.org/changeset/base/364072 > H> > H> Log: > H> Use proper prototype for SYSINIT() functions. > H> Mark the unused argument using the __unused macro. > H> > H> Discussed with: kib@ > H> MFC after: 1 week > H> Sponsored by: Mellanox Technologies > > Why just do not use the SYSINIT at all? > Good point. See: https://svnweb.freebsd.org/changeset/base/364102 --HPS