summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpd/printjob.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-05 16:14:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-05 16:14:51 +0000
commit5522d11d385fa0a9aecb56f834732d3636db66a7 (patch)
tree110ab0d6549e7e9d7f5d431338f093c62eec6c50 /usr.sbin/lpr/lpd/printjob.c
parent37dcfa7cea3dea89abe993d6a402a1850b3f425c (diff)
use XS (not XC) flags when setting tty flags; from <brook@trillium.nmsu.edu>.
Diffstat (limited to 'usr.sbin/lpr/lpd/printjob.c')
-rw-r--r--usr.sbin/lpr/lpd/printjob.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/printjob.c b/usr.sbin/lpr/lpd/printjob.c
index 9e7e334b969..b5f48abde27 100644
--- a/usr.sbin/lpr/lpd/printjob.c
+++ b/usr.sbin/lpr/lpd/printjob.c
@@ -1,3 +1,6 @@
+/* $OpenBSD: printjob.c,v 1.2 1996/05/05 16:14:50 deraadt Exp $ */
+/* $NetBSD: printjob.c,v 1.9 1996/04/30 00:07:00 jtc Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -1376,7 +1379,7 @@ setty()
i.set = 1;
}
if (XS) {
- sttysetlflags(&i.t, XC);
+ sttysetlflags(&i.t, XS);
i.set = 1;
}
}