X-Git-Url: https://git.gag.com/?p=debian%2Fcpmtools;a=blobdiff_plain;f=cpmfs.h;h=06126c865797c85bf99a28884ef301bb25c43ced;hp=2f519a1c628205d7aa10226f6e0944a85f7261d1;hb=b1e873c5b2f6376bb39ff0fda1464cbbacbae5f7;hpb=edf600144998d1a1e09898548938cc11b95c10bc diff --git a/cpmfs.h b/cpmfs.h index 2f519a1..06126c8 100644 --- a/cpmfs.h +++ b/cpmfs.h @@ -104,7 +104,7 @@ struct cpmStat #define CPMFS_CPM3_DATES (0x1<<1) /* has CP/M+ style time stamps */ #define CPMFS_CPM3_OTHER (0x1<<2) /* has passwords and disc label */ #define CPMFS_DS_DATES (0x1<<3) /* has datestamper timestamps */ -#define CPMFS_EXACT_SIZE (0x1<<4) /* has exact file size */ +#define CPMFS_EXACT_SIZE (0x1<<4) /* has reverse exact file size */ #define CPMFS_DR22 0 #define CPMFS_P2DOS (CPMFS_CPM3_DATES|CPMFS_HI_USER) @@ -141,7 +141,7 @@ struct cpmSuperBlock int skew; int boottrk; off_t offset; - unsigned int type; + int type; int size; int extents; /* logical extents per physical extent */ struct PhysDirectoryEntry *dir; @@ -157,6 +157,7 @@ struct cpmSuperBlock int dirtyDirectory; struct dsDate *ds; int dirtyDs; + char libdskGeometry[256]; }; struct cpmStatFS