Date: Fri, 21 Jul 2000 11:26:21 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c Message-ID: <200007211826.LAA29779@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007211826.LAA29779>
