Re: [Mesa-dev] [PATCH] dri/xmlconfig: s/uint/unsigned int/

2014-08-04 Thread Brian Paul
On 08/03/2014 02:03 PM, Vinson Lee wrote: This patch fixes this build error on Mac OS X. ./xmlconfig.h:61:5: error: unknown type name 'uint'; did you mean 'int'? uint nRanges; /**< \brief Number of ranges */ ^~~~ int ./xmlconfig.h:79:5: error: unknown type name 'uint'; did

[Mesa-dev] [PATCH] dri/xmlconfig: s/uint/unsigned int/

2014-08-03 Thread Vinson Lee
This patch fixes this build error on Mac OS X. ./xmlconfig.h:61:5: error: unknown type name 'uint'; did you mean 'int'? uint nRanges; /**< \brief Number of ranges */ ^~~~ int ./xmlconfig.h:79:5: error: unknown type name 'uint'; did you mean 'int'? uint tableSize; ^~~~