diff options
author | kato <kato@FreeBSD.org> | 1998-10-11 15:08:50 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1998-10-11 15:08:50 +0000 |
commit | 410ea156daf3cd59353589b8a9a4a0b40152688a (patch) | |
tree | 2c0de42bbbe30e2eff4b3472fc4063079f90c94f /sys/pc98/boot/biosboot/boot.h | |
parent | ee727dacaba6973699ea59ec3626d23a6dd31044 (diff) | |
download | FreeBSD-src-410ea156daf3cd59353589b8a9a4a0b40152688a.zip FreeBSD-src-410ea156daf3cd59353589b8a9a4a0b40152688a.tar.gz |
Sync with sysi/386/boot/biosboot/boot.h revision 1.24.
Diffstat (limited to 'sys/pc98/boot/biosboot/boot.h')
-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 8032583..32941f9 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; |