xauth: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Dec 30 08:56:55 PST 2013


 configure.ac |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit ccf30deb585297823ea03fc68805a1c825e335fe
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Dec 27 11:01:35 2013 -0800

    Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
    
    Required on Solaris to expose definitions in system headers that
    are not defined in the XPG standards now that xtrans 1.3 defines
    _XOPEN_SOURCE to 600 on Solaris.
    
    Fixes build failures:
    gethost.c: In function ‘get_hostname’:
    gethost.c:97:21: error: ‘INET6_ADDRSTRLEN’ undeclared (first use in this function)
    gethost.c:97:21: note: each undeclared identifier is reported only once for each function it appears in
    gethost.c:97:16: warning: unused variable ‘addr’ [-Wunused-variable]
    gethost.c: In function ‘get_address_info’:
    gethost.c:196:9: error: implicit declaration of function ‘strlcpy’ [-Werror=implicit-function-declaration]
    gethost.c:196:9: warning: nested extern declaration of ‘strlcpy’ [-Wnested-externs]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>



More information about the xorg-commit mailing list