xf86-video-geode: Changes to 'master'

Martin-Éric Racine q-funk at kemper.freedesktop.org
Wed Oct 1 02:35:30 PDT 2014


 src/lx_memory.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 621d946e56efac2c779b83b1a5c6b645169c4ebd
Author: Brian A. Lloyd <brian.lloyd at familyhonor.net>
Date:   Wed Oct 1 12:35:18 2014 +0300

    Add config.h include to src/lx_memory.c
    
    The src/lx_memory.c file uses the xf86.h header file.  This file must have
    HAVE_STRNDUP defined before calling it when the building platform has a strndup
    function.  When using config.h, this file doesn't have that define and so fails
    to compile.
    
    The attached patch adds the conditional config.h to this file so it may compile
    on the affected platforms.
    
    The patch is trivial and may be included and used under whatever licensing
    desired.
    
    Closes: Free Desktop Bug #84541
    
    Signed-off-by: Brian A. Lloyd <brian.lloyd at familyhonor.net>



More information about the xorg-commit mailing list