patch-src_fat_h 483 B

1234567891011
  1. --- dosfstools-3.0.26.orig/src/fat.h 2014-01-17 07:07:07.000000000 +0100
  2. +++ dosfstools-3.0.26/src/fat.h 2014-03-26 13:29:04.000000000 +0100
  3. @@ -49,7 +49,7 @@ uint32_t next_cluster(DOS_FS * fs, uint3
  4. last cluster of the respective cluster chain. CLUSTER must not be a bad
  5. cluster. */
  6. -loff_t cluster_start(DOS_FS * fs, uint32_t cluster);
  7. +off_t cluster_start(DOS_FS * fs, uint32_t cluster);
  8. /* Returns the byte offset of CLUSTER, relative to the respective device. */