Re: [Mesa-dev] [PATCH] egl_glx.c: use unsigned instead of uint

2011-09-19 Thread Alan Coopersmith
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 --- 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 na

[Mesa-dev] [PATCH] egl_glx.c: use unsigned instead of uint

2011-09-18 Thread Matt Turner
We've had a hack to fix this in Gentoo on Solaris for a while. Signed-off-by: Matt Turner --- Not sure what the deal is with uint, or why it wouldn't work on Solaris. src/egl/drivers/glx/egl_glx.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/egl/drivers/glx/