diff options
Diffstat (limited to 'x11-toolkits/xview/files/patch-lib+libxview+ttysw+termsw.c')
-rw-r--r-- | x11-toolkits/xview/files/patch-lib+libxview+ttysw+termsw.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/xview/files/patch-lib+libxview+ttysw+termsw.c b/x11-toolkits/xview/files/patch-lib+libxview+ttysw+termsw.c new file mode 100644 index 000000000000..5bf01fec7575 --- /dev/null +++ b/x11-toolkits/xview/files/patch-lib+libxview+ttysw+termsw.c @@ -0,0 +1,12 @@ +--- lib/libxview/ttysw/termsw.c.orig Sat Aug 6 21:47:27 2005 ++++ lib/libxview/ttysw/termsw.c Sat Aug 6 22:04:10 2005 +@@ -413,7 +413,9 @@ + + /* Set the PTY to operate as a "remote terminal". */ + fd = (int) xv_get(termsw_public, TTY_PTY_FD); ++#ifdef TIOCREMOTE + (void) ioctl(fd, TIOCREMOTE, &on); ++#endif /* TIOCREMOTE */ + ttysw_folio->remote = ttysw_folio->pending_remote = on; + + /* |