Skip to content
Snippets Groups Projects
Commit 179cd477 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

bsd: provide uid/gid related defines

parent a5856ed3
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,13 @@ int get_cpuid(void);
size_t get_physmem(void);
#define physmem get_physmem()
#define UID_ROOT 0
#define UID_NOBODY 65534
#define GID_NOBODY 65534
#define UID_MAX UINT_MAX
#define GID_MAX UINT_MAX
__END_DECLS
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment