diff --git a/kernel/fs/vfs.h b/kernel/fs/vfs.h index 849b0fd..a524e6b 100644 --- a/kernel/fs/vfs.h +++ b/kernel/fs/vfs.h @@ -29,7 +29,7 @@ #define VFS_PERMS_SGID 0x0400 #define VFS_PERMS_SUID 0x0800 -#define EOF 1000000 +#define EOF 0x100 #include "hos_defines.h" #include "devices.h"