PROBLEM: (45626, 84236) (PATCH ID: OSF540-414)
********
A disk device is being treated as DISKETTE, and anything other disk device is
treated as TAPE. So, a LSM device is also treated as TAPE device earlier.
Because of which, 'dump' displays some unwanted messages onto stdout while
dumping.
The dump program errnoneously performs perror when returning from
a call to ufs_raw_getproplist when an error was issued. Unfortunately
the call doesn't set errno. Therefore random information is reported
by perror.


PROBLEM: (83429) (PATCH ID: OSF540-304)
********
Message catalog problem in rrestore  for errors from dumprmt.c
There is a common file(dumprmt.c) which is used by rdump and rrestore programs.
But some messages used in them are not defined in restore.msg, and as a result
rrestore program picks up some irrelevant messages from restore.msg instead.
This is avoided now by introducing a new message catalog file (dumprmt.msg)
for commonly used messages.