libXdmcp: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri May 7 09:28:09 PDT 2010


 AA16.c   |    2 +-
 AA32.c   |    2 +-
 AA8.c    |    2 +-
 AofA8.c  |    2 +-
 RaA16.c  |    2 +-
 RaA32.c  |    2 +-
 RaA8.c   |    2 +-
 RaAoA8.c |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 1b22d07fc1268e7c5343cccd562ab69a101baf91
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu May 6 15:38:01 2010 -0700

    Use stdint.h instead of limits.h for UINT*_MAX definitions
    
    While Solaris allows either one, C99 only requires them in stdint.h
    and some platforms don't include them via limits.h
    
    Corrects tinderbox reported errors on Fedora 11 build machine:
    
    http://tinderbox.x.org/builds/2010-05-06-0019/logs/libXdmcp/#build
    
    AA32.c: In function 'XdmcpAllocARRAY32':
    AA32.c:47: error: 'UINT8_MAX' undeclared (first use in this function)
    
    AA8.c: In function 'XdmcpAllocARRAY8':
    AA8.c:47: error: 'UINT16_MAX' undeclared (first use in this function)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    
    Compiles clean on GNU/Linux AMD64
    Tested-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list