[Mesa-dev] [PATCH] egl_glx.c: use unsigned instead of uint
Alan Coopersmith
alan.coopersmith at oracle.com
Mon Sep 19 08:19:56 PDT 2011
On 09/18/11 10:26, Matt Turner wrote:
> We've had a hack to fix this in Gentoo on Solaris for a while.
>
> Signed-off-by: Matt Turner<mattst88 at gmail.com>
> ---
> Not sure what the deal is with uint, or why it wouldn't work on Solaris.
Not sure where uint is expected to be defined - Solaris provides the C99
standard type names, uint8_t, uint32_t, etc., plus some common extensions
such as uint_t, ulong_t, etc.
unsigned of course works everywhere.
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Platform Engineering: X Window System
More information about the mesa-dev
mailing list