home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / sxt-sh-jobs / part02 / word.c.Diff < prev    next >
Encoding:
Text File  |  1987-06-22  |  459 b   |  22 lines

  1. *** word.c    Mon Nov 24 17:49:31 1986
  2. --- /cs/simon/c/shdiff-sources/word.c    Thu Feb 19 17:56:50 1987
  3. ***************
  4. *** 232,237
  5.               chktrap();
  6.               clearup();
  7.           }
  8.       } while ((len = read(f->fdes, f->fbuf, f->fsiz)) < 0 && trapnote);
  9.       return(len);
  10.   }
  11.  
  12. --- 232,240 -----
  13.               chktrap();
  14.               clearup();
  15.           }
  16. + #ifdef JOB
  17. +         trapnote &= ~DEVINTERRUPT;
  18. + #endif JOB
  19.       } while ((len = read(f->fdes, f->fbuf, f->fsiz)) < 0 && trapnote);
  20.       return(len);
  21.   }
  22.