diff options
Diffstat (limited to 'sys/arch/i386/stand/libsa')
-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 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; |