diff options
Diffstat (limited to 'sys/arch/i386/stand/libsa/libsa.h')
-rw-r--r-- | sys/arch/i386/stand/libsa/libsa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h index 4f0da047c1f..54b8b8aee1a 100644 --- a/sys/arch/i386/stand/libsa/libsa.h +++ b/sys/arch/i386/stand/libsa/libsa.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libsa.h,v 1.22 1997/10/24 22:22:57 mickey Exp $ */ +/* $OpenBSD: libsa.h,v 1.23 1997/11/30 21:51:44 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -49,7 +49,6 @@ void time_print __P((void)); extern const char bdevs[][4]; extern const int nbdevs; -extern int bootdev; /* XXX pass through the global to exec_i386 */ extern u_int cnvmem, extmem; /* XXX global pass memprobe()->machdep_start() */ /* diskprobe.c */ |