sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
* 9term fix for sunos 4.1.3
@ 1994-06-02 14:56 Arnold Robbins
  1994-06-02 19:18 ` Scott Schwartz
  1994-06-02 19:21 ` Scott Schwartz
  0 siblings, 2 replies; 3+ messages in thread
From: Arnold Robbins @ 1994-06-02 14:56 UTC (permalink / raw)
  To: sam-fans

This is what I had to do to compile 9term.1.5.1 on SunOS 4.1.3.

Arnold
---------------
; diff -c pty.c.orig pty.c
*** pty.c.orig	Thu Jun  2 01:35:31 1994
--- pty.c	Thu Jun  2 10:41:53 1994
***************
*** 414,420 ****
--- 414,422 ----
  void
  flushstream(void)
  {
+ #ifdef SOLARIS
  	ioctl(comm_fd, I_FLUSH, FLUSHW);
+ #endif
  }
  
  void


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1994-06-02 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1994-06-02 14:56 9term fix for sunos 4.1.3 Arnold Robbins
1994-06-02 19:18 ` Scott Schwartz
1994-06-02 19:21 ` Scott Schwartz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).