diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-31 22:40:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-31 22:40:38 +0000 |
commit | e6558dcaccdf1eb25a6f95db935e8680b42e64b8 (patch) | |
tree | 1bb03505f8cac96e858474182d714235d0a8ca65 /sys/arch/i386 | |
parent | 955783a8325298432ba9f73dbd647c7348b15b1c (diff) |
Kill a pcvt leftover.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c index d0399bd48b0..c2323d3d89f 100644 --- a/sys/arch/i386/i386/conf.c +++ b/sys/arch/i386/i386/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.111 2005/07/31 06:39:07 dlg Exp $ */ +/* $OpenBSD: conf.c,v 1.112 2005/12/31 22:40:37 miod Exp $ */ /* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */ /* @@ -470,7 +470,6 @@ dev_rawpart(dv) */ #include <dev/cons.h> -cons_decl(pc); cons_decl(com); cons_decl(ws); |