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 <sys/ioctl.h>
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
|
|
||||||
|
typedef unsigned long long off_t;
|
||||||
|
|
||||||
class RawDisk{
|
class RawDisk{
|
||||||
|
|
||||||
int fd;
|
int fd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user