libX11: Changes to 'master'

Jon TURNEY jturney at kemper.freedesktop.org
Sun Mar 11 10:45:40 PDT 2012


 src/xcb_io.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ed00b460acb08787b695f27b864e96102dfd4867
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Fri Oct 28 11:09:20 2011 -0500

    Don't use caddr_t casts
    
    (caddr_t) isn't used anywhere else in xcb or libX11.
    Cast to (char *) for consistency.
    
    Removing this cast allows building for MinGW without patching.
    
    v2: Cast to (char *) rather than just dropping the cast
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list