diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-22 21:18:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-22 21:18:36 +0000 |
commit | 9530e6465529f223fbcd43bf309ebe5aa86c038e (patch) | |
tree | bad560024087211381e6062fede4b7d987462c87 /sys/arch/i386/isa/pcvt | |
parent | b2e9a70cad92424325f5c0acf5b8d4d0ae35e1d1 (diff) |
sync with sys/param.h changes
Diffstat (limited to 'sys/arch/i386/isa/pcvt')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index 030e004cec9..1d6eae1c23b 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.7 1996/10/04 07:08:02 downsj Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.8 1997/05/22 21:18:35 millert Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -94,8 +94,15 @@ #endif #ifdef OpenBSD2_0 -/* XXX drunk fix later */ -#define PCVT_NETBSD 120 +#define PCVT_OPENBSD (200 + (OpenBSD2_0 - 1)) +#endif + +#ifdef OpenBSD2_1 +#define PCVT_OPENBSD (210 + (OpenBSD2_1 - 1)) +#endif + +#ifndef PCVT_NETBSD +#define PCVT_NETBSD PCVT_OPENBSD #endif #endif |