Import backup from 2005-12-19

This commit is contained in:
Josh Holtrop 2005-12-19 22:00:00 -05:00
parent 677551fba5
commit 98abfc2af0

View File

@ -29,7 +29,7 @@
#define VFS_PERMS_SGID 0x0400 #define VFS_PERMS_SGID 0x0400
#define VFS_PERMS_SUID 0x0800 #define VFS_PERMS_SUID 0x0800
#define EOF 1000000 #define EOF 0x100
#include "hos_defines.h" #include "hos_defines.h"
#include "devices.h" #include "devices.h"