*BSD News Article 4041


Return to BSD News archive

Path: sserve!manuel!munnari.oz.au!mips!mips!sdd.hp.com!wupost!usc!nic.csu.net!koko.csustan.edu!rat!cindy!satmech
Newsgroups: comp.unix.bsd
Subject: fix for tip
Message-ID: <1992Aug23.125850.1541@ecst.csuchico.edu>
From: satmech@ecst.csuchico.edu (satmech)
Date: Sun, 23 Aug 1992 12:58:50 GMT
Sender: news@ecst.csuchico.edu (no news is good news)
Organization: California State University, Chico
Nntp-Posting-Host: cscihp.ecst.csuchico.edu
Lines: 23

This patch fixes the problem of tip being stuck in 7bit word length, if
you use zmodem at all, you need this.

*** tip.c.orig	Sun Aug 23 06:35:02 1992
--- tip.c	Sun Aug 23 06:23:15 1992
***************
*** 593,599 ****
  		bits8 = 1;
  		return;
  	}
! 	bits8 = 0;
  	flip = 0;
  	clr = 0377;
  	set = 0;
--- 593,599 ----
  		bits8 = 1;
  		return;
  	}
! 	bits8 = 1;
  	flip = 0;
  	clr = 0377;
  	set = 0;