diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-09 12:14:43 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-09 12:14:43 +0000 |
commit | aeaefd37278e54710bbb0455a5a97801ea25de89 (patch) | |
tree | 404a2bf3749b8e25fec01a3ee5eb3b06f6e75b53 /sys/arch/i386/include/biosvar.h | |
parent | 8d9f7c516df2437b9807a8470ff2c4e15058a38f (diff) |
Make booting new kernels with old bootblocks moer robust
Diffstat (limited to 'sys/arch/i386/include/biosvar.h')
-rw-r--r-- | sys/arch/i386/include/biosvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/include/biosvar.h b/sys/arch/i386/include/biosvar.h index 36c13579010..c737c55d4fd 100644 --- a/sys/arch/i386/include/biosvar.h +++ b/sys/arch/i386/include/biosvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biosvar.h,v 1.25 1997/10/27 07:44:20 niklas Exp $ */ +/* $OpenBSD: biosvar.h,v 1.26 1998/01/09 12:14:40 niklas Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -179,6 +179,8 @@ void bioscnputc __P((dev_t, int)); int bioscngetc __P((dev_t)); void bioscnpollc __P((dev_t, int)); +extern u_int bootapiver; + #endif /* _KERNEL */ #endif /* _LOCORE */ #endif /* _KERNEL || _STANDALONE */ |