From owner-svn-src-head@FreeBSD.ORG Sat Jul 31 17:12:31 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F291F1065674; Sat, 31 Jul 2010 17:12:30 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 713248FC13; Sat, 31 Jul 2010 17:12:29 +0000 (UTC) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.4/8.14.4) with ESMTP id o6VGsYHa040425; Sat, 31 Jul 2010 20:54:34 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1280595274; bh=wpqznmtpTWcj2Ls9xfQD+7cSRur4LiREOb6QcPVfGR4=; l=552; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=sh4RwphQ+69RT1F/a2DORDmB/Lq3tilPBg5KyN5C46k0sIjXorCye9taadHu0SnAV KHRw+VVehd3YT6EiUye1xIqz9ecfV4IDSjCZs/16NEonuvMrQcwzzEHZoZZqzEHI7y h/z/h/dyY6A08FBlxRTpFikCWcGOtwHzCthgEkhU= Received: (from ache@localhost) by nagual.pp.ru (8.14.4/8.14.4/Submit) id o6VGsYAU040424; Sat, 31 Jul 2010 20:54:34 +0400 (MSD) (envelope-from ache) Date: Sat, 31 Jul 2010 20:54:34 +0400 From: Andrey Chernov To: Konstantin Belousov Message-ID: <20100731165434.GA40375@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Konstantin Belousov , src-committers@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, svn-src-head@FreeBSD.ORG References: <201007311430.o6VEUBiU005395@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201007311430.o6VEUBiU005395@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r210679 - head/bin/sleep X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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, 31 Jul 2010 17:12:31 -0000 On Sat, Jul 31, 2010 at 02:30:11PM +0000, Konstantin Belousov wrote: > Author: kib > Date: Sat Jul 31 14:30:11 2010 > New Revision: 210679 > URL: http://svn.freebsd.org/changeset/base/210679 > > Log: > Report the time left for the sleep on SIGINFO. > Be stricter in the checking of interval specification. cc1: warnings being treated as errors /usr/src/bin/sleep/sleep.c: In function 'main': /usr/src/bin/sleep/sleep.c:136: warning: format '%ld' expects type 'long int', but argument 2 has type 'time_t' -- http://ache.pp.ru/