diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-04 07:08:03 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-04 07:08:03 +0000 |
commit | 1f2b521f0953b2d23dc2e3bafe24a6af65b5b6ed (patch) | |
tree | 882fc1aa7b983665fa58f216afe74d7b2c2b6108 | |
parent | ba264857d39f9dfc5824c792cf619426625cdec8 (diff) |
Make it compileable.
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index e4185679fa1..030e004cec9 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.6 1996/08/27 09:04:55 deraadt Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.7 1996/10/04 07:08:02 downsj Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -93,6 +93,11 @@ #define PCVT_NETBSD (120 + (NetBSD1_2 - 1)) #endif +#ifdef OpenBSD2_0 +/* XXX drunk fix later */ +#define PCVT_NETBSD 120 +#endif + #endif |