Remove an entry from a multi-dir assign. The entry removed will be the first one that the SameLock() function called on the 'lock' parameter returns that they belong to the same object.
The entry for this lock will be remove from the lock, and the lock for the entry in the list will be unlocked.
INPUTS
name
Name of the device to remove lock from. This should not contain the trailing ':'.
lock
Lock on the object to remove from the list.
RESULT
success - Have we actually succeeded
EXAMPLE
SEE ALSO
NOTES
BUGS
If this is the first lock in a list, this will not set dol_Device/dol_Unit correctly. This will be fixed shortly.
INTERNALS
HISTORY
06.02.1999 iaint
Might remove the compilation errors this time.
06.02.1999 iaint
A few dos.library functions, not tested.
23.10.1998 hkiel
Changes for use with aros_print_not_implemented() macro