xf86-video-geode: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Mon Nov 21 06:13:30 PST 2011


 src/durango.c   |    2 --
 src/geode_msr.c |    9 ++++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 1108f9cfac5b78fc9660174aa4df592ecd87d287
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Nov 14 14:52:21 2011 -0500

    Remove unrequired large file descriptor partial support
    
    The LFS "transitional extension" API is deprecated and is not available on FreeBSD.
    Large file support (64 bit) is not required on the geode 32 bit only architecture.
    
    There are some hints that the LFS transional extension API were not used
    correclty. The variable holding the value is held in an unsigned long rather
    than in off_t. The msr open call did not use the O_LARGEFILE flag and did not
    check for EOVERFLOW.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list