diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index e4185679fa1..030e004cec9 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_conf.h +++ b/sys/arch/i386/isa/pcvt/pcvt_conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_conf.h,v 1.6 1996/08/27 09:04:55 deraadt Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.7 1996/10/04 07:08:02 downsj Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -93,6 +93,11 @@ #define PCVT_NETBSD (120 + (NetBSD1_2 - 1)) #endif +#ifdef OpenBSD2_0 +/* XXX drunk fix later */ +#define PCVT_NETBSD 120 +#endif + #endif |