mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 00:10:04 +01:00
read_lseek_blockwise: use void pointer
This commit is contained in:
committed by
Milan Broz
parent
7033105ce7
commit
8e160562ee
@@ -276,7 +276,7 @@ out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
ssize_t read_lseek_blockwise(int fd, int bsize, char *buf, size_t count, off_t offset)
|
||||
ssize_t read_lseek_blockwise(int fd, int bsize, void *buf, size_t count, off_t offset)
|
||||
{
|
||||
char *frontPadBuf;
|
||||
void *frontPadBuf_base = NULL;
|
||||
|
||||
Reference in New Issue
Block a user