From owner-svn-src-all@freebsd.org Sat Oct 24 15:39:51 2015 Return-Path: Delivered-To: svn-src-all@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 7960AA1DF77; Sat, 24 Oct 2015 15:39:51 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 238541793; Sat, 24 Oct 2015 15:39:51 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wicll6 with SMTP id ll6so64492494wic.0; Sat, 24 Oct 2015 08:39:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=5UJhXyzIP+T/aIYaVVeD4/ul+zGmR1o3y1BwqVrSAzY=; b=bzod/rdA/vTIglb6eyQdfDoWciIDXdLfc0Rcedk6VawZFrJi616TNeyumoBJ3lQyGj 4HJC3wifKc77JOb+6LladtkbCwHZkzshtF1T4jL9ukDAzM0uXKjTdkJ+gT6OsNu2So+Y pUS1NukhnxqSEAatqmW6b5lmeDAyWJx7/p3WHDGlztFexljC0nqTLZ0s725d0wFagqvW Z2C7XrfmvzF3+F9oD/xoDvFxV9yn0QjFdgN41UExFJBFw8wif7i4MzzY8pW5jos9bTwO ZOnocXwPvNfVxS0Qk0uVa4RtNiS75FDpe7arxMMp8Dkls7t3tV3aSNVk6bFl5tVhc6/L wCEQ== X-Received: by 10.195.12.39 with SMTP id en7mr10519543wjd.126.1445701189475; Sat, 24 Oct 2015 08:39:49 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id h4sm8791558wjx.41.2015.10.24.08.39.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Oct 2015 08:39:48 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 24 Oct 2015 17:39:47 +0200 From: Baptiste Daroussin To: Bryan Drewery Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r289879 - head/usr.sbin/newsyslog Message-ID: <20151024153946.GD40371@ivaldir.etoilebsd.net> References: <201510241355.t9ODtCnp039885@repo.freebsd.org> <562BA43A.50806@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="11Y7aswkeuHtSBEs" Content-Disposition: inline In-Reply-To: <562BA43A.50806@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 24 Oct 2015 15:39:51 -0000 --11Y7aswkeuHtSBEs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 24, 2015 at 08:31:06AM -0700, Bryan Drewery wrote: > On 10/24/15 6:55 AM, Baptiste Daroussin wrote: > > +static int > > +parse_signal(const char *str) >=20 > Maybe this and the timeout(1) version should move to libc or libutil. We > do have strsignal(3) and psignal(3) too. >=20 I was thinking about moving parse_signal to libutil yes. Best regards, Bapt --11Y7aswkeuHtSBEs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlYrpkIACgkQ8kTtMUmk6ExaiwCfXyypAoxQkGQAvlkztgIXAJ68 pl0An1KWizRkPAI59xB3ZXzZS2mTYtlS =ixYk -----END PGP SIGNATURE----- --11Y7aswkeuHtSBEs--