?? PUSH (LISTEXT := ON) ??
*copyc bat$task_file_table
?? POP ??

{
{ The purpose of this request is to return a boolean to indicate weather
{ system media recovery is to be used on tape_bm requests.
{

  FUNCTION [INLINE] bai$system_media_recovery (file_instance:
    ^bat$task_file_entry): boolean;

    bai$system_media_recovery := TRUE; { kludge until phase 2. }

  FUNCEND bai$system_media_recovery;
