]> granicus.if.org Git - zfs/commit
Add MAXUID define
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 12 Jan 2011 19:29:17 +0000 (11:29 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 28 Jan 2011 00:06:09 +0000 (16:06 -0800)
commite2b25f698cecc7ab3a3073861ab81a8258644f89
treeace17fb2e325c604892df142529504d208bb415f
parent5f46a517f17affc89591f0130870bca48a5b093e
Add MAXUID define

For Linux the maximum uid can vary depending on how your kernel
is built.  The Linux kernel still can be compiled with 16 but uids
and gids, although I'm not aware of a major distribution which does
this (maybe an embedded one?).  Given that caviot it is reasonably
safe to define the MAXUID as 2147483647.
include/sys/param.h