From owner-cvs-all@FreeBSD.ORG Sat Oct 4 08:17:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326D716A4B3; Sat, 4 Oct 2003 08:17:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A962F43FAF; Sat, 4 Oct 2003 08:17:08 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h94FH8XJ003057; Sat, 4 Oct 2003 08:17:08 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h94FH8wb003056; Sat, 4 Oct 2003 08:17:08 -0700 (PDT) (envelope-from yar) Message-Id: <200310041517.h94FH8wb003056@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 4 Oct 2003 08:17:08 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/time time.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 15:17:09 -0000 yar 2003/10/04 08:17:08 PDT FreeBSD src repository Modified files: usr.bin/time time.c Log: Assorted minor fixes, mostly style(9): - PID should be pid_t, not int; - sort #include's and local variables; - don't overuse initializers; - use warn(3) instead of perror(3) consistently; - amplify the comment on signals. Revision Changes Path 1.25 +16 -12 src/usr.bin/time/time.c