
PROBLEM: (90279) (PATCH ID: OSF520-784)
********
This patch fixes and improves the mcutil program by correcting how 
bus resets are handled by the program and enhancing its error reporting 
capailities.
The problem with the mcutil program is that if a bus reset occures before
a command is issued to a tape library, the device open call will fail, 
resulting in an "unknown error" reported to the program.

Reporting most errors as "unknown" is incorrect  as the unix error values 
returned from the changer driver are well defined. The mcutil program simply 
is not mapping error strings for the possible errors returned from the 
changer driver.


PROBLEM: (96001) (PATCH ID: OSF520-1223)
********
This patch distributes the lastest .h files for the mcutil program.
The problem is that the latest .h files have not been distributed to the
field despite recent changes to this module. This can cause build problems
for those users recompiling mcutil program sources. 

Please note that the missing .h files do not cause any problems with the 
execution of the mcutil program. The .h files are only used during compilation 
of the module.



