X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibposix.so_src%2Finclude_exp%2Fsys%2Ftypes.h;h=c6cdc020a8fe64ccc18f2c06214cbd1aeccf9d92;hb=4c78a1bdd506cda6cda27ee342165c7dfa7ecdc2;hp=03e24ddc91ba9aeadab77ddb0e6ec1c342255553;hpb=bdefac5f54668fcccff11a69619ff31b25595eeb;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libposix.so_src/include_exp/sys/types.h b/Usermode/Libraries/libposix.so_src/include_exp/sys/types.h index 03e24ddc..c6cdc020 100644 --- a/Usermode/Libraries/libposix.so_src/include_exp/sys/types.h +++ b/Usermode/Libraries/libposix.so_src/include_exp/sys/types.h @@ -11,6 +11,8 @@ typedef unsigned int u_int; typedef struct stat t_fstat; +typedef unsigned long uid_t; +typedef unsigned long gid_t; typedef unsigned int id_t; typedef unsigned long pid_t; typedef unsigned long tid_t;