From owner-svn-src-head@freebsd.org Thu Jan 5 21:24:52 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9415CA0D11; Thu, 5 Jan 2017 21:24:52 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 700691DAB; Thu, 5 Jan 2017 21:24:52 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::5841:ed22:dad1:c02f] (unknown [IPv6:2001:7b8:3a7:0:5841:ed22:dad1:c02f]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id A100A362FE; Thu, 5 Jan 2017 22:24:44 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_C0E122A1-DACF-4374-A99F-B99AAB6740DD"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r311459 - head/contrib/tcp_wrappers From: Dimitry Andric In-Reply-To: <20170105210520.GT2533@kib.kiev.ua> Date: Thu, 5 Jan 2017 22:24:37 +0100 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: <2A5AE54B-72E5-4F96-A31B-DB8107B8B9E0@FreeBSD.org> References: <201701052044.v05KijCA081062@repo.freebsd.org> <20170105210520.GT2533@kib.kiev.ua> To: Konstantin Belousov X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 05 Jan 2017 21:24:52 -0000 --Apple-Mail=_C0E122A1-DACF-4374-A99F-B99AAB6740DD Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 05 Jan 2017, at 22:05, Konstantin Belousov = wrote: >=20 > On Thu, Jan 05, 2017 at 08:44:45PM +0000, Dimitry Andric wrote: >> +extern int hosts_access(struct request_info *); = /* access control */ >> +extern int hosts_ctl(char *, char *, char *, char *); = /* wrapper around request_init() */ >=20 > The 'extern' keywords there are redundand and could be cleaned since > you are changing the code anyway. Ah thanks, fixed that in r311461. -Dimitry --Apple-Mail=_C0E122A1-DACF-4374-A99F-B99AAB6740DD Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlhuuZwACgkQsF6jCi4glqPSbQCfaOHdm8vTGf5VUGhteV+LVGOH k9sAoOjwxjm8BbY2CgEZdmfM5rFHhrP+ =rQ4g -----END PGP SIGNATURE----- --Apple-Mail=_C0E122A1-DACF-4374-A99F-B99AAB6740DD--