home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / 2bsd.tar.gz / 2bsd.tar / misc / fetchi.sys < prev    next >
Text File  |  1979-04-21  |  152b  |  8 lines

  1. --- Change this line in sysent.c ---
  2.     0, &fetchi,            /* 61 = fetchi */
  3. --- Add this code to sys4.c ---
  4. fetchi()
  5. {
  6.     u.u_ar0[R0] = fuiword(u.u_ar0[R0]);
  7. }
  8.