mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
b085ad2f3e68667e625eb60a675ff77180c0c288
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>
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
Languages
C
99.5%
Makefile
0.3%
M4
0.2%