···5455struct filestr_cache
56{
057 uint8_t *buffer; /* buffer to hold sector */
58- unsigned long sector; /* file sector that is in buffer */
59 unsigned int flags; /* FSC_* bits */
60};
61
···5455struct filestr_cache
56{
57+ sector_t sector; /* file sector that is in buffer */
58 uint8_t *buffer; /* buffer to hold sector */
059 unsigned int flags; /* FSC_* bits */
60};
61