]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/include/disk.h
libmp: silence compiler warning for strtomp
[plan9front.git] / sys / include / disk.h
old mode 100755 (executable)
new mode 100644 (file)
index be0a4a0..c22928b
@@ -42,6 +42,8 @@ struct Disk {
        vlong size;
        vlong offset;   /* within larger disk, perhaps */
        int width;      /* of disk size in bytes as decimal string */
+       int psecsize;
+       int physalign;
        int c;
        int h;
        int s;