diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-01 22:19:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-01 22:19:13 +0000 |
commit | 201daf36aa26993964a23852ba197ad6d3af1341 (patch) | |
tree | dd3840b5cdf7271197a05be43e552e64639f4846 /sys/arch | |
parent | 07a4baa5e5cc21944bf12061932a9529cfc01aa2 (diff) |
patch another version dependency. this one should be fixed right! XXX
Diffstat (limited to 'sys/arch')
-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 e6dd6e87b56..6a6f3fe3067 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.9 1997/06/17 21:13:43 dm Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.10 1997/10/01 22:19:12 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -101,6 +101,10 @@ #define PCVT_OPENBSD (210 + (OpenBSD2_1 - 1)) #endif +#ifdef OpenBSD2_2 +#define PCVT_OPENBSD (220 + (OpenBSD2_2 - 1)) +#endif + #ifndef PCVT_NETBSD #define PCVT_NETBSD PCVT_OPENBSD #endif |