
{ COMMON DECK BAHTERF }

{   The purpose of the inline request is to ensure that the last record
{ in a byte addressable or sequential file is complete.  This means that
{ the file position is end of record, that the record is padded to the
{ minimum block length, and that any record headers are left in a con-
{ sistant state.
{   This request should only be called from ring 3, and should only be
{ required in the case where a user fap did not allow the file to be
{ terminated at ring 11.
{   None of the parameters are validated.
{
{       BAP$TERMINATE_FILE (FILE_IDENTIFIER, FILE_INSTANCE)
{
{ FILE_IDENTIFIER: (input)  This parameter specifies the file access
{       identifier established when the file was opened.
{
{ FILE_INSTANCE: (input)  This parameter specifies the task file table
{       entry associated with the file.
{
