Short: Make AMOS progs read from muFS partitions Author: tadek@student.uci.agh.edu.pl (Tadek Knapik) Uploader: tadek student uci agh edu pl (Tadek Knapik) Type: util/misc Architecture: m68k-amigaos Have you noticed that some programs can't read files when you have muFS installed? This is caused by improper use of dos.library's Lock(). Instead of ACCESS_READ or ACCESS_WRITE the proggy sets in d2 something else. This patch tests d2 before calling Lock(), and if it is not ACCESS_WRITE, it is set to ACCESS_READ. NOTE: This is just a quick hack and it may collide with future enhancements of Lock() (when more than those two modes are available). But it is rarely needed just for lame AMOS programs, and those should die before any new system is born. REQUIRES patch.library V5 (found on Aminet: util/libs) The usage is simple: run to install, run again to remove. Thanks to Stefan Fuchs for the patch.library! Tadek Knapik