mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
linux: Correct struct linux_dirent64 variables
This commit is contained in:
@ -266,8 +266,8 @@ struct linux_dirent
|
|||||||
|
|
||||||
struct linux_dirent64
|
struct linux_dirent64
|
||||||
{
|
{
|
||||||
uint64_t d_ino;
|
ino64_t d_ino;
|
||||||
int64_t d_off;
|
off64_t d_off;
|
||||||
unsigned short d_reclen;
|
unsigned short d_reclen;
|
||||||
unsigned char d_type;
|
unsigned char d_type;
|
||||||
char d_name[];
|
char d_name[];
|
||||||
|
Reference in New Issue
Block a user