diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-10-11 15:08:50 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-10-11 15:08:50 +0000 |
| commit | 980418a9b0dba1d8cfd4256e71bacec77959a737 (patch) | |
| tree | c7907e0f237ad4a72d883443ee5d844b6685ca02 /sys/pc98/boot | |
| parent | 45b48978af723570205b699e84813c3f09791c23 (diff) | |
Notes
Diffstat (limited to 'sys/pc98/boot')
| -rw-r--r-- | sys/pc98/boot/biosboot/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/biosboot/boot.h b/sys/pc98/boot/biosboot/boot.h index 8032583c4047..32941f9ea418 100644 --- a/sys/pc98/boot/biosboot/boot.h +++ b/sys/pc98/boot/biosboot/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $Id: boot.h,v 1.12 1997/09/01 10:38:32 kato Exp $ + * $Id: boot.h,v 1.13 1997/12/05 11:50:39 kato Exp $ */ #include <sys/param.h> @@ -42,7 +42,7 @@ extern char *name; extern struct fs *fs; extern struct inode inode; extern int dosdev, unit, slice, part, maj, boff, poff; -extern unsigned long tw_chars; +extern unsigned tw_chars; extern int loadflags; extern struct disklabel disklabel; |
