home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / misc / xfh / patcharp / readme < prev   
Text File  |  1995-02-27  |  579b  |  15 lines

  1. /*
  2.  * A small program to patch the arp.library's CompareLock() function.
  3.  *
  4.  * Starting this program (probably with 'run patcharp') will install a
  5.  * SetFunction() on arp.library's CompareLock() vector that transform
  6.  * this call into the correct AmigaDOS 2.0 call.
  7.  *
  8.  * The patch can be removed by sending a CTRL-C to the program (if started
  9.  * using 'RUN', this must be done with the 'break' shell command). However,
  10.  * the program will not exit if another program has a SetFunction() on
  11.  * CompareLock (and it's really never save to remove a SetFunction()
  12.  * anyway).
  13.  *
  14.  */
  15.