From 288eb75745a1a36e25a8500ff75ca3863d29332c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 21 Nov 2014 10:26:46 +0100 Subject: [PATCH] Removed a surplus function definition from system_area.h which spoiled compilation on Cygwin. Thanks to Gary Jiang. --- libisofs/system_area.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libisofs/system_area.h b/libisofs/system_area.h index 7177cdd..70f3736 100644 --- a/libisofs/system_area.h +++ b/libisofs/system_area.h @@ -173,12 +173,6 @@ int iso_quick_apm_entry(struct iso_apm_partition_request **req_array, uint32_t start_block, uint32_t block_count, char *name, char *type); - -/* CRC-32 as of GPT and Ethernet. -*/ -unsigned int iso_crc32_gpt(unsigned char *data, int count, int flag); - - /* These two pseudo-random generators produce byte strings which will surely not duplicate in the first 256 calls. If more calls are necessary in the same process, then one must wait until the output of