From owner-cvs-all Fri Jul 21 11:26:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F35137BDB2; Fri, 21 Jul 2000 11:26:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29779; Fri, 21 Jul 2000 11:26:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007211826.LAA29779@freefall.freebsd.org> From: John Baldwin Date: Fri, 21 Jul 2000 11:26:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/21 11:26:21 PDT Modified files: sbin/i386/fdisk fdisk.c Log: Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted in MBR's with a 4th slice failing the signature check and fdisk saying that they are invalid. Submitted by: bde Revision Changes Path 1.44 +2 -2 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message