From owner-svn-src-head@freebsd.org Sat Oct 24 15:31:13 2015 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 2AD05A1DE47; Sat, 24 Oct 2015 15:31:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1816E1293; Sat, 24 Oct 2015 15:31:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 110DE10E1; Sat, 24 Oct 2015 15:31:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id BCB2C15D70; Sat, 24 Oct 2015 15:31:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id KTrha_VlRfWw; Sat, 24 Oct 2015 15:31:10 +0000 (UTC) Subject: Re: svn commit: r289879 - head/usr.sbin/newsyslog DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 64BFB15D6A To: Baptiste Daroussin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201510241355.t9ODtCnp039885@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <562BA43A.50806@FreeBSD.org> Date: Sat, 24 Oct 2015 08:31:06 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201510241355.t9ODtCnp039885@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 24 Oct 2015 15:31:13 -0000 On 10/24/15 6:55 AM, Baptiste Daroussin wrote: > +static int > +parse_signal(const char *str) Maybe this and the timeout(1) version should move to libc or libutil. We do have strsignal(3) and psignal(3) too. -- Regards, Bryan Drewery