1 /* BEGIN INCLUDE FILE gtss_tfa_ext_.incl.pl1 */ 2 /* 3 Created: (Wardd Multics) 08/07/78 0911.6 mst Mon 4 */ 5 6 /* Structure to record file "attributes". 7 Note: gtss_dfd_ext_$disk_file_data(i).gtss_disk.attributes_ptr 8 locates gtss_tfa_ext_$file_attributes.temp_file(i). 9 */ 10 11 dcl 1 gtss_tfa_ext_$file_attributes aligned ext, 12 3 temp_file (20) like gtss_file_attributes; 13 14 %include gtss_file_attributes; 15 16 /* END INCLUDE FILE gtss_tfa_ext_.incl.pl1 */