1 /* BEGIN INCLUDE FILE gtss_filact_intp3x.incl.pl1 */ 2 get_faulty_cat_file_entry: proc returns (fixed bin(18)unsigned unal); 3 4 /** Locate offset to catalog file description entry 5 that caused search failure locating Multics entry. 6 **/ 7 return (cat_filedescr_name_offset); 8 end /* get_faulty_cat_file_entry */; 9 10 /* END INCLUDE FILE gtss_filact_intp3x.incl.pl1 */