mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
linux: Correct struct linux_dirent64 variables
This commit is contained in:
parent
f624339dff
commit
acabadaaab
@ -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[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user