summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_conf.h6
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