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