From owner-cvs-all Sun Mar 4 23: 7:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7193A37B71A; Sun, 4 Mar 2001 23:07:44 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2577iE42503; Sun, 4 Mar 2001 23:07:44 -0800 (PST) (envelope-from obrien) Message-Id: <200103050707.f2577iE42503@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 4 Mar 2001 23:07:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/04 23:07:44 PST Modified files: (Branch: RELENG_4) sbin/disklabel disklabel.c Log: MFC: 1.36: use off_t for the size variable used to calculate the size of the partition and use ULL suffix for constants to ensure that we use 64 bit math to reduce overflow in disk space calculations Revision Changes Path 1.28.2.8 +6 -6 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message