From owner-cvs-src Sat Mar 15 5:34:50 2003 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 3271F37B401; Sat, 15 Mar 2003 05:34:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE7043FBD; Sat, 15 Mar 2003 05:34:48 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2FDYm0U055335; Sat, 15 Mar 2003 05:34:48 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2FDYmQg055334; Sat, 15 Mar 2003 05:34:48 -0800 (PST) Message-Id: <200303151334.h2FDYmQg055334@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 15 Mar 2003 05:34:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2003/03/15 05:34:48 PST FreeBSD src repository Modified files: bin/dd args.c Log: ssize_t is not required to be the same width as size_t by the specs, so cast to intmax_t where appropriate. Pointed out by: bde Revision Changes Path 1.36 +6 -4 src/bin/dd/args.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message