summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-08 00:47:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-08 00:47:44 +0000
commitadfab4c296f3ed6d00a0c5269b9e83bb8fd3d882 (patch)
treef32e74dbc307980ce9956d23157a27e0ec36b20b
parent1a05ea047c4698aaa08a8d43a2792b7910ec3864 (diff)
move to 2.3
-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 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