X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibspl%2Finclude%2Fsys%2Fparam.h;h=75cf0b757777c31523a30d10e600fa881d275307;hb=cd38ac58a36e51cb3d627da57bfb5246e70f276d;hp=3efb56ed47da66cdfafda5f8cfba25e6d9090a89;hpb=a1cc0b3290dcf1b5cf759c89352d8bdb44ee41e6;p=zfs.git diff --git a/lib/libspl/include/sys/param.h b/lib/libspl/include/sys/param.h index 3efb56e..75cf0b7 100644 --- a/lib/libspl/include/sys/param.h +++ b/lib/libspl/include/sys/param.h @@ -54,7 +54,7 @@ #define GID_NOBODY UID_NOBODY #define UID_NOACCESS 60002 /* user ID no access */ -#define MAXUID 2147483647 /* max user id */ +#define MAXUID UINT32_MAX /* max user id */ #define MAXPROJID MAXUID /* max project id */ #define PAGESIZE (sysconf(_SC_PAGESIZE))