 TYPE

    fst$share_modes = record
      case selector: fst$share_mode_choices of
      = fsc$determine_from_access_modes, fsc$required_share_modes =
        ,
      = fsc$specific_share_modes =
        value: fst$file_access_options,
      casend
    recend;

*copyc fst$share_mode_choices
*copyc fst$file_access_options
