X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2Finclude%2Fsys%2Fstat.h;h=10384baee86afee6f781a622232c2fbbc197c0af;hb=11686aa86bc0adae2555aa7796fe229770bb02f7;hp=e9b9a8fa7a9239e3cd7658becec7ba6ce84d605b;hpb=d9ebb5f5afe298b388e45e8cd421ea715749fc88;p=tpg%2Facess2.git diff --git a/Usermode/include/sys/stat.h b/Usermode/include/sys/stat.h index e9b9a8fa..10384bae 100644 --- a/Usermode/include/sys/stat.h +++ b/Usermode/include/sys/stat.h @@ -5,9 +5,10 @@ #ifndef _SYS_STAT_H_ #define _SYS_STAT_H_ -#include //EVIL! +#include /* Evil */ +#include -typedef uintptr_t dev_t; // TODO: How to identify a device with Acess +typedef void *dev_t; /* TODO: How to identify a device with Acess */ typedef uint64_t ino_t; typedef unsigned int blksize_t; typedef uint64_t blkcnt_t;