X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Usermode%2FLibraries%2Flibposix.so_src%2Finclude_exp%2Fsys%2Fstat.h;fp=Usermode%2FLibraries%2Flibposix.so_src%2Finclude_exp%2Fsys%2Fstat.h;h=c57492814fa766ac2d29b0a8ffd0ede810f322d4;hb=6cca7994b0b4b232df98a7c3856197d6075bf1cc;hp=3e9f4303a4d6177de2b6009ad1358518f51b5245;hpb=c3914bc3bbe97ef474e044558674f57f6af85e0a;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libposix.so_src/include_exp/sys/stat.h b/Usermode/Libraries/libposix.so_src/include_exp/sys/stat.h index 3e9f4303..c5749281 100644 --- a/Usermode/Libraries/libposix.so_src/include_exp/sys/stat.h +++ b/Usermode/Libraries/libposix.so_src/include_exp/sys/stat.h @@ -18,8 +18,12 @@ typedef uint64_t blkcnt_t; typedef unsigned int nlink_t; typedef uint32_t mode_t; +#ifndef uid_t typedef uint32_t uid_t; +#endif +#ifndef gid_t typedef uint32_t gid_t; +#endif #define S_IFMT 0170000 /* type of file */ #define S_IFDIR 0040000 /* directory */