home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4590 < prev    next >
Encoding:
Internet Message Format  |  1992-08-23  |  861 b 

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!mips!sdd.hp.com!wupost!usc!nic.csu.net!koko.csustan.edu!rat!cindy!satmech
  2. From: satmech@ecst.csuchico.edu (satmech)
  3. Newsgroups: comp.unix.bsd
  4. Subject: fix for tip
  5. Message-ID: <1992Aug23.125850.1541@ecst.csuchico.edu>
  6. Date: 23 Aug 92 12:58:50 GMT
  7. Sender: news@ecst.csuchico.edu (no news is good news)
  8. Organization: California State University, Chico
  9. Lines: 22
  10. Nntp-Posting-Host: cscihp.ecst.csuchico.edu
  11.  
  12. This patch fixes the problem of tip being stuck in 7bit word length, if
  13. you use zmodem at all, you need this.
  14.  
  15. *** tip.c.orig    Sun Aug 23 06:35:02 1992
  16. --- tip.c    Sun Aug 23 06:23:15 1992
  17. ***************
  18. *** 593,599 ****
  19.           bits8 = 1;
  20.           return;
  21.       }
  22. !     bits8 = 0;
  23.       flip = 0;
  24.       clr = 0377;
  25.       set = 0;
  26. --- 593,599 ----
  27.           bits8 = 1;
  28.           return;
  29.       }
  30. !     bits8 = 1;
  31.       flip = 0;
  32.       clr = 0377;
  33.       set = 0;
  34.