]> granicus.if.org Git - zfs/commit
Correct MAXUID
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 Apr 2011 21:03:12 +0000 (14:03 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 Apr 2011 21:03:12 +0000 (14:03 -0700)
commit94e954257acadca5d858741457282c63bb18c442
tree6ffd2db4ce12a1ef573b52db5acfbbc7a88835e0
parent055656d4f4dfc1a85646a2c0cc10b9dce86da72b
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.

Closes #165
lib/libspl/include/sys/param.h