diff options
author | 1996-06-10 07:37:21 +0000 | |
---|---|---|
committer | 1996-06-10 07:37:21 +0000 | |
commit | 45cdca9f9deb3a327c9fd25e978d6f9c4cbf101c (patch) | |
tree | 3bba7733a385b98b7492a54c4e8d1a017256e7e0 | |
parent | sync to 0607 (diff) | |
download | wireguard-openbsd-45cdca9f9deb3a327c9fd25e978d6f9c4cbf101c.tar.xz wireguard-openbsd-45cdca9f9deb3a327c9fd25e978d6f9c4cbf101c.zip |
sync
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index 661783d2007..a0ed32b9074 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.4 1996/05/25 22:17:53 deraadt Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.5 1996/06/10 07:37:21 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -84,12 +84,18 @@ #define PCVT_NETBSD 100 #endif #endif -#endif #ifdef NetBSD1_1 #define PCVT_NETBSD (110 + (NetBSD1_1 - 1)) #endif +#ifdef NetBSD1_2 +#define PCVT_NETBSD (120 + (NetBSD1_2 - 1)) +#endif + +#endif + + /*--------------------------------------------------------------------------- * Note that each of the options below should rather be overriden by the * kernel config file instead of this .h file - this allows for different |