summaryrefslogtreecommitdiff
path: root/xconsole.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-08-03 16:26:13 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-08-03 16:26:13 -0700
commit3254ca74de650838e46a551e7c567a79fd971503 (patch)
treedae59428c78eca26af8365b61409eafc4184c574 /xconsole.c
parent58c8fc6828c07867955882f9126b116edc2036d2 (diff)
Remove errant #error I_PUSH from SVR4 code path
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'xconsole.c')
-rw-r--r--xconsole.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xconsole.c b/xconsole.c
index dbeb4ce..d8656e8 100644
--- a/xconsole.c
+++ b/xconsole.c
@@ -853,7 +853,6 @@ get_pty(int *pty, int *tty, char *ttydev, char *ptydev)
strcpy(ttydev, (char *)ptsname(*pty));
if ((*tty = open(ttydev, O_RDWR)) >= 0)
{
-#error I_PUSH
(void)ioctl(*tty, I_PUSH, "ttcompat");
return 0;
}