Gaetan Nadon b085ad2f3e 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@who-t.net>
2009-08-26 08:58:06 +10:00

xf86-video-xgi - XGI video driver for the Xorg X server

Please submit bugs & patches to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/driver/xf86-video-xgi

        http://cgit.freedesktop.org/xorg/driver/xf86-video-xgi

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage
Description
No description provided
Readme 3.1 MiB
Languages
C 99.5%
Makefile 0.3%
M4 0.2%