Re: [Mesa-dev] [PATCH 5/5] util: remove unneeded Android ifdef from ralloc.c

2017-05-23 Thread Ian Romanick
As long as it still builds, this change looks good to me. Reviewed-by: Ian Romanick On 05/23/2017 12:49 PM, Rob Herring wrote: > SIZE_MAX has been defined in stdint.h on Android since 2013, so this ifdef > is no longer needed. > > Signed-off-by: Rob Herring > --- > src/util/ralloc.c | 5 -

[Mesa-dev] [PATCH 5/5] util: remove unneeded Android ifdef from ralloc.c

2017-05-23 Thread Rob Herring
SIZE_MAX has been defined in stdint.h on Android since 2013, so this ifdef is no longer needed. Signed-off-by: Rob Herring --- src/util/ralloc.c | 5 - 1 file changed, 5 deletions(-) diff --git a/src/util/ralloc.c b/src/util/ralloc.c index 7bf192e0db78..cf2662f1db6e 100644 --- a/src/util/ra