diff options
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_conf.h')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index 6a6f3fe3067..5cebb135fc7 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.10 1997/10/01 22:19:12 deraadt Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.11 1998/03/08 00:47:43 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -105,6 +105,10 @@ #define PCVT_OPENBSD (220 + (OpenBSD2_2 - 1)) #endif +#ifdef OpenBSD2_3 +#define PCVT_OPENBSD (230 + (OpenBSD2_3 - 1)) +#endif + #ifndef PCVT_NETBSD #define PCVT_NETBSD PCVT_OPENBSD #endif |