New upstream version 2.20
[debian/cpmtools] / cpmfs.h
diff --git a/cpmfs.h b/cpmfs.h
index 2f519a1c628205d7aa10226f6e0944a85f7261d1..06126c865797c85bf99a28884ef301bb25c43ced 100644 (file)
--- 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