From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from burdell.cc.gatech.edu ([130.207.3.207]) by hawkwind.utcs.utoronto.ca with SMTP id <24015>; Thu, 2 Jun 1994 10:57:07 -0400 Received: from penfold.cc.gatech.edu (arnold@penfold.cc.gatech.edu [130.207.3.249]) by burdell.cc.gatech.edu (8.6.4/8.6.4) with ESMTP id KAA27933 for ; Thu, 2 Jun 1994 10:56:46 -0400 Received: from localhost (arnold@localhost) by penfold.cc.gatech.edu (8.6.4/8.6.4) id KAA06236 for sam-fans@hawkwind.utcs.toronto.edu; Thu, 2 Jun 1994 10:56:51 -0400 From: arnold@cc.gatech.edu (Arnold Robbins) Message-Id: <199406021456.KAA06236@penfold.cc.gatech.edu> Date: Thu, 2 Jun 1994 10:56:50 -0400 X-Ultrix: Just Say NO! X-Important-Saying: Premature Optimization Is The Root Of All Evil. X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: sam-fans@hawkwind.utcs.toronto.edu Subject: 9term fix for sunos 4.1.3 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