changed type of off_t to unsigned
This commit is contained in:
parent
fda144c353
commit
bb98bb9487
@ -6,6 +6,8 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/fs.h>
|
||||
|
||||
typedef unsigned long long off_t;
|
||||
|
||||
class RawDisk{
|
||||
|
||||
int fd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user