diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 22:50:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-27 22:50:14 +0000 |
commit | 7dc833aae4c6df1f3f95c7a8ec76a5712c8532c1 (patch) | |
tree | 88e1c6d038d17a83082d3939690454347a07f0f3 | |
parent | e4d5bef5f96bcf01950a1560cdbd8d582aac4a8e (diff) |
make build
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c b/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c index 99bf4028fa5..15c28fe54ba 100644 --- a/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c +++ b/sys/arch/i386/isa/pcvt/Util/ispcvt/ispcvt.c @@ -255,9 +255,6 @@ char *argv[]; fprintf(stderr,"PCVT_SIGWINCH = %s", (pcvtinfo.compile_opts & CONF_SIGWINCH) ? "ON" : "OFF"); next(); - fprintf(stderr,"PCVT_SLOW_INTERRUPT = %s", - (pcvtinfo.compile_opts & CONF_SLOW_INTERRUPT) ? "ON" : "OFF"); - next(); fprintf(stderr,"PCVT_SW0CNOUTP = %s", (pcvtinfo.compile_opts & CONF_SW0CNOUTP) ? "ON" : "OFF"); next(); |