

{  NOTE:  If this type definition is changed the allocation of this
{  variable in 'mtamtr' must also be changed.

  TYPE
    ost$base_system_time = record
      second: 0 .. 59,
      minute: 0 .. 59,
      hour: 0 .. 23,
      day: 1 .. 31,
      month: 1 .. 12,
      year: 0 .. 4095,
      corresponding_microsecond_clock: ost$free_running_clock,
    recend;

*copyc OST$HARDWARE_SUBRANGES
