xf86-video-s3virge: Changes to 'master'

Daniel Stone daniels at kemper.freedesktop.org
Fri Dec 30 03:25:14 PST 2011


 src/s3v_accel.c  |    1 +
 src/s3v_dga.c    |    6 +++---
 src/s3v_driver.c |   16 ++++++++--------
 src/s3v_xv.c     |    8 ++++----
 4 files changed, 16 insertions(+), 15 deletions(-)

New commits:
commit 5f0d2a32a81895ba0bf565de096cbdc8bca46c9e
Author: Tormod Volden <debian.tormod at gmail.com>
Date:   Mon Dec 26 18:04:11 2011 +0100

    Replace deprecated x(c/re)alloc/xfree with m/c/realloc/free
    
    sed -i 's/xalloc/malloc/g; s/xcalloc/calloc/g; s/xrealloc/realloc/g;
     s/xfree(/free(/g'
    
    Also added a missing unistd.h include for usleep().
    
    Signed-off-by: Tormod Volden <debian.tormod at gmail.com>
    Reviewed-by: Alex Deucher <alexdeucher at gmail.com>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>



More information about the xorg-commit mailing list