diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-07-12 05:35:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-07-12 05:35:47 +0000 |
| commit | 18f63e25c1f8e0f8878f6cdeda1a2e32776f5503 (patch) | |
| tree | 87c0f1584beedd6e86646bfca6d36e957668a59d /sys/i386/boot/biosboot/disk.c | |
| parent | 1cc273db90ed49ba889c14669c8fc581679d3030 (diff) | |
Notes
Diffstat (limited to 'sys/i386/boot/biosboot/disk.c')
| -rw-r--r-- | sys/i386/boot/biosboot/disk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/biosboot/disk.c b/sys/i386/boot/biosboot/disk.c index f6630ddad459..f64c3980f336 100644 --- a/sys/i386/boot/biosboot/disk.c +++ b/sys/i386/boot/biosboot/disk.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:49 rpd - * $Id: disk.c,v 1.15 1995/09/16 05:02:37 nate Exp $ + * $Id: disk.c,v 1.16 1995/09/16 13:03:59 bde Exp $ */ /* @@ -54,8 +54,8 @@ #ifdef DO_BAD144 struct dkbad dkb; int do_bad144; -int bsize; #endif DO_BAD144 +int bsize; int spt, spc; |
