]> granicus.if.org Git - spl/commit
Correct MAXUID
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 Apr 2011 20:58:45 +0000 (13:58 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 Apr 2011 20:58:45 +0000 (13:58 -0700)
commitc1f95c2b94c0ee71b1fe1f71fd5e471802ffd73d
tree756d3e5debf80232b156a0506a75bda3295b6b0b
parent9d4b7c17a0820a1bf48a7a3fd9dfb6e87b0306dd
Correct MAXUID

The uid_t on most systems is in fact and unsigned 32-bit value.
This is almost always correct, however you could compile your
kernel to use an unsigned 16-bit value for uid_t.  In practice
I've never encountered a distribution which does this so I'm
willing to overlook this corner case for now.
include/sys/param.h