From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C58D51396D0 for ; Mon, 18 Sep 2017 18:31:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7B3A1FC005; Mon, 18 Sep 2017 18:31:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6F501FC005 for ; Mon, 18 Sep 2017 18:31:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9F7B33FE2A for ; Mon, 18 Sep 2017 18:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 443D3746E for ; Mon, 18 Sep 2017 18:31:25 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1505759456.b58194ef63ec8c0a7e0ea3c291da9c19aa83cb1a.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/supervise-daemon.c X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: b58194ef63ec8c0a7e0ea3c291da9c19aa83cb1a X-VCS-Branch: master Date: Mon, 18 Sep 2017 18:31:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 78a5a72e-4516-4d50-97e8-139202bfb3e2 X-Archives-Hash: e4502d01e89dac3789f432aa497fc8dd commit: b58194ef63ec8c0a7e0ea3c291da9c19aa83cb1a Author: William Hubbs gmail com> AuthorDate: Mon Sep 18 18:30:56 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 18 18:30:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b58194ef typo fix src/rc/supervise-daemon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c index 3d39906e..09db1912 100644 --- a/src/rc/supervise-daemon.c +++ b/src/rc/supervise-daemon.c @@ -670,6 +670,7 @@ int main(int argc, char **argv) ts.tv_sec = 0; ts.tv_nsec = 1; nanosleep(&ts, NULL); + } } /* Even if we have not actually killed anything, we should