diff options
Diffstat (limited to 'util-linux/volume_id/iso9660.c')
-rw-r--r-- | util-linux/volume_id/iso9660.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/volume_id/iso9660.c b/util-linux/volume_id/iso9660.c index 76fa546bf..1519de496 100644 --- a/util-linux/volume_id/iso9660.c +++ b/util-linux/volume_id/iso9660.c | |||
@@ -47,7 +47,7 @@ struct high_sierra_volume_descriptor { | |||
47 | uint8_t version; | 47 | uint8_t version; |
48 | } PACKED; | 48 | } PACKED; |
49 | 49 | ||
50 | int volume_id_probe_iso9660(struct volume_id *id /*,uint64_t off*/) | 50 | int FAST_FUNC volume_id_probe_iso9660(struct volume_id *id /*,uint64_t off*/) |
51 | { | 51 | { |
52 | #define off ((uint64_t)0) | 52 | #define off ((uint64_t)0) |
53 | uint8_t *buf; | 53 | uint8_t *buf; |