changed type of off_t to unsigned

This commit is contained in:
FactorialN 2023-11-11 13:32:11 -08:00
parent fda144c353
commit bb98bb9487

View File

@ -6,6 +6,8 @@
#include <sys/ioctl.h>
#include <linux/fs.h>
typedef unsigned long long off_t;
class RawDisk{
int fd;