summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-21 22:04:34 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-21 22:04:34 +0000
commit47a6f03a90bed19d5c10450395498908ed2ce17c (patch)
tree80a243157fd73db86e4a93e82e43f9c9c65105c1 /sys/arch/i386/stand/libsa
parent19ff666f30f3d3d2ace91ec62537f58b28064292 (diff)
boothowto is local to boot
Diffstat (limited to 'sys/arch/i386/stand/libsa')
-rw-r--r--sys/arch/i386/stand/libsa/libsa.h3
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 e8f65ce5bb2..8cc5ef7f49b 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.13 1997/08/13 03:35:08 mickey Exp $ */
+/* $OpenBSD: libsa.h,v 1.14 1997/08/21 22:04:33 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -42,7 +42,6 @@ void machdep __P((void));
int kentry __P((u_int, u_int));
void time_print __P((void));
-extern int boothowto;
/* XXX filled in assumption that last file opened is kernel */
extern int bootdev, bootdev_geometry;
extern u_int cnvmem, extmem;