Index of /euroscene2/USEFUL/libs/FileSys/XFH/patcharp
Name Last modified Size Description
Parent Directory 01-Nov-1995 20:54 -
patcharp 01-Nov-1995 06:19 1k
/*
* 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).
*
*/