summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-26 02:11:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-26 02:11:16 +0000
commitd7c547225e674c6156cfa7283200159de509bb04 (patch)
treef7878e7ccee27494092a267b420ce58e9592002b /sys
parent7f15916fab750c09e9fb0e60dc5cf68ba68837e8 (diff)
undo damage by aaron. what is it with you guys? 4 people (matthieu,
mjacob, d, aaron) have broken the tree in 48 hours. don't you guys do any testing?
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c b/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c
index b80defdc229..7ab7761594e 100644
--- a/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c
+++ b/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ispcvt.c,v 1.7 1999/05/24 15:37:44 aaron Exp $ */
+/* $OpenBSD: ispcvt.c,v 1.8 1999/11/26 02:11:15 deraadt Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis
@@ -216,9 +216,6 @@ char *argv[];
fprintf(stderr,"PCVT_CTRL_ALT_DEL = %s",
(pcvtinfo.compile_opts & CONF_CTRL_ALT_DEL) ? "ON" : "OFF");
next();
- fprintf(stderr,"PCVT_EMU_MOUSE = %s",
- (pcvtinfo.compile_opts & CONF_EMU_MOUSE) ? "ON" : "OFF");
- next();
fprintf(stderr,"PCVT_INHIBIT_NUMLOCK = %s",
(pcvtinfo.compile_opts & CONF_INHIBIT_NUMLOCK) ? "ON" : "OFF");
next();
@@ -258,9 +255,6 @@ char *argv[];
fprintf(stderr,"PCVT_SETCOLOR = %s",
(pcvtinfo.compile_opts & CONF_SETCOLOR) ? "ON" : "OFF");
next();
- fprintf(stderr,"PCVT_SHOWKEYS = %s",
- (pcvtinfo.compile_opts & CONF_SHOWKEYS) ? "ON" : "OFF");
- next();
fprintf(stderr,"PCVT_SIGWINCH = %s",
(pcvtinfo.compile_opts & CONF_SIGWINCH) ? "ON" : "OFF");
next();