From owner-cvs-all Tue Jul 16 16:18:32 2002 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 CD95B37B400; Tue, 16 Jul 2002 16:18:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8857D43E3B; Tue, 16 Jul 2002 16:18:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6GNITJU002945; Tue, 16 Jul 2002 16:18:29 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6GNITVJ002944; Tue, 16 Jul 2002 16:18:29 -0700 (PDT) Message-Id: <200207162318.g6GNITVJ002944@freefall.freebsd.org> From: Bruce Evans Date: Tue, 16 Jul 2002 16:18:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fdisk fdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/07/16 16:18:29 PDT Modified files: sbin/fdisk fdisk.c Log: Fixed some print format errors. Avoid some warnings about possible (but not actual) alignment problems. Both of these bugs were detected on ia64's and were fatal on ia64's due to premature setting of WARNS to 4. Revision Changes Path 1.60 +5 -4 src/sbin/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message