xf86-video-xgi: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Aug 25 16:00:11 PDT 2009


 src/xgi_driver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b085ad2f3e68667e625eb60a675ff77180c0c288
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jul 28 21:52:34 2009 -0400

    video-xgi: fix incorrect function call to open() #23010
    
    call to ‘__open_missing_mode’
    declared with attribute error: open with O_CREAT in second argument needs 3
    arguments
    
    fd = open("/dev/fb", 'r') Second parm is incorrect,
    changed to O_RDONLY as other distros did.
    
    Tested for correct compilation on AMD64
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list