Next: , Previous: Miscellaneous Informational Records, Up: Data File Format



D.11 Dictionary Termination Record

The dictionary termination record must follow all other records, except for the actual cases, which it must precede. There must be exactly one dictionary termination record in every system file.

     struct sysfile_dict_term
       {
         int32               rec_type;
         int32               filler;
       };
int32 rec_type;
Record type. Always set to 999.
int32 filler;
Ignored padding. Should be set to 0.