Magellan Linux

Contents of /trunk/xf86-video-sis/patches/xf86-video-sis-0.9.1-assert.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 486 byte(s)
-import

1 diff -Naur xf86-video-sis-0.9.1/src/sis.h xf86-video-sis-0.9.1.fixed/src/sis.h
2 --- xf86-video-sis-0.9.1/src/sis.h 2006-04-08 03:44:36.000000000 +0200
3 +++ xf86-video-sis-0.9.1.fixed/src/sis.h 2007-03-04 21:02:23.000000000 +0100
4 @@ -39,6 +39,11 @@
5 #include <string.h>
6 #include <math.h>
7 #include <setjmp.h>
8 +#include <assert.h>
9 +#include <unistd.h>
10 +#include <stdlib.h>
11 +#include <fcntl.h>
12 +#include <sys/ioctl.h>
13
14 #define SISDRIVERVERSIONYEAR 5
15 #define SISDRIVERVERSIONMONTH 9