home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
compress
/
xfh132.lzh
/
XFH
/
patcharp
/
README
< prev
Wrap
Text File
|
1992-12-03
|
579b
|
15 lines
/*
* 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).
*
*/