Removed a surplus function definition from system_area.h which spoiled
compilation on Cygwin. Thanks to Gary Jiang.
This commit is contained in:
parent
210b5817cb
commit
288eb75745
@ -173,12 +173,6 @@ int iso_quick_apm_entry(struct iso_apm_partition_request **req_array,
|
|||||||
uint32_t start_block, uint32_t block_count,
|
uint32_t start_block, uint32_t block_count,
|
||||||
char *name, char *type);
|
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
|
/* These two pseudo-random generators produce byte strings which will
|
||||||
surely not duplicate in the first 256 calls. If more calls are necessary
|
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
|
in the same process, then one must wait until the output of
|
||||||
|
Loading…
Reference in New Issue
Block a user