From owner-cvs-src@FreeBSD.ORG Sat Oct 21 16:02:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F2F16A416; Sat, 21 Oct 2006 16:02:10 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFFF843D5F; Sat, 21 Oct 2006 16:02:09 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9LG29Z9009939; Sat, 21 Oct 2006 16:02:09 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9LG29BY009938; Sat, 21 Oct 2006 16:02:09 GMT (envelope-from maxim) Message-Id: <200610211602.k9LG29BY009938@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 21 Oct 2006 16:02:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/cp utils.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 16:02:10 -0000 maxim 2006-10-21 16:02:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/cp utils.c Log: MFC revs. 1.50 - 1.52: prevents statistics displayed by SIGINFO handler from overflow, avoid division by zero, place error checking code near to the syscall, style. Approved by: re (bmah) Revision Changes Path 1.45.2.3 +16 -13 src/bin/cp/utils.c