Module Name: xsrc
Committed By: mrg
Date: Tue Aug 16 07:44:50 UTC 2016
Modified Files:
xsrc/external/mit/xf86-video-savage/dist/src: savage_driver.h
xsrc/external/mit/xf86-video-siliconmotion/dist/src: smi.h
xsrc/external/mit/xf86-video-tga/dist/src: BT463ramdac.c BTramdac.c
IBM561ramdac.c tga_accel.c tga_driver.c
xsrc/external/mit/xf86-video-trident/dist/src: blade_accel_exa.c
trident.h trident_driver.c trident_shadow.c xp4_accel_exa.c
xsrc/external/mit/xf86-video-vesa/dist/src: vesa.h
Log Message:
include xorg-server.h which is normally included by config.h.
(this change isn't a candidate for upstream.)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h
cvs rdiff -u -r1.5 -r1.6 \
xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi.h
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/xf86-video-tga/dist/src/BT463ramdac.c \
xsrc/external/mit/xf86-video-tga/dist/src/BTramdac.c \
xsrc/external/mit/xf86-video-tga/dist/src/IBM561ramdac.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/external/mit/xf86-video-tga/dist/src/tga_accel.c \
xsrc/external/mit/xf86-video-tga/dist/src/tga_driver.c
cvs rdiff -u -r1.1.1.3 -r1.2 \
xsrc/external/mit/xf86-video-trident/dist/src/blade_accel_exa.c
cvs rdiff -u -r1.1.1.5 -r1.2 \
xsrc/external/mit/xf86-video-trident/dist/src/trident.h
cvs rdiff -u -r1.1.1.7 -r1.2 \
xsrc/external/mit/xf86-video-trident/dist/src/trident_driver.c
cvs rdiff -u -r1.1.1.4 -r1.2 \
xsrc/external/mit/xf86-video-trident/dist/src/trident_shadow.c
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/xf86-video-trident/dist/src/xp4_accel_exa.c
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/xf86-video-vesa/dist/src/vesa.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h
diff -u xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h:1.4 xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h:1.5
--- xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h:1.4 Sun Jan 25 21:45:44 2015
+++ xsrc/external/mit/xf86-video-savage/dist/src/savage_driver.h Tue Aug 16 07:44:50 2016
@@ -48,6 +48,7 @@
#define MODE_24 24
+#include "xorg-server.h"
#include "compiler.h"
#include "vgaHW.h"
#include "xf86.h"
Index: xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi.h
diff -u xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi.h:1.5 xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi.h:1.6
--- xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi.h:1.5 Mon Jul 20 00:10:28 2015
+++ xsrc/external/mit/xf86-video-siliconmotion/dist/src/smi.h Tue Aug 16 07:44:50 2016
@@ -35,6 +35,7 @@ authorization from the XFree86 Project a
#include <string.h>
#include <stdio.h>
+#include "xorg-server.h"
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Pci.h"
Index: xsrc/external/mit/xf86-video-tga/dist/src/BT463ramdac.c
diff -u xsrc/external/mit/xf86-video-tga/dist/src/BT463ramdac.c:1.1.1.2 xsrc/external/mit/xf86-video-tga/dist/src/BT463ramdac.c:1.2
--- xsrc/external/mit/xf86-video-tga/dist/src/BT463ramdac.c:1.1.1.2 Mon Jun 3 09:59:08 2013
+++ xsrc/external/mit/xf86-video-tga/dist/src/BT463ramdac.c Tue Aug 16 07:44:50 2016
@@ -2,6 +2,7 @@
#include "config.h"
#endif
+#include "xorg-server.h"
#include "xf86.h"
#include "xf86_OSproc.h"
Index: xsrc/external/mit/xf86-video-tga/dist/src/BTramdac.c
diff -u xsrc/external/mit/xf86-video-tga/dist/src/BTramdac.c:1.1.1.2 xsrc/external/mit/xf86-video-tga/dist/src/BTramdac.c:1.2
--- xsrc/external/mit/xf86-video-tga/dist/src/BTramdac.c:1.1.1.2 Mon Jun 3 09:59:08 2013
+++ xsrc/external/mit/xf86-video-tga/dist/src/BTramdac.c Tue Aug 16 07:44:50 2016
@@ -29,6 +29,7 @@
#include "config.h"
#endif
+#include "xorg-server.h"
#include "xf86.h"
#include "xf86_OSproc.h"
Index: xsrc/external/mit/xf86-video-tga/dist/src/IBM561ramdac.c
diff -u xsrc/external/mit/xf86-video-tga/dist/src/IBM561ramdac.c:1.1.1.2 xsrc/external/mit/xf86-video-tga/dist/src/IBM561ramdac.c:1.2
--- xsrc/external/mit/xf86-video-tga/dist/src/IBM561ramdac.c:1.1.1.2 Mon Jun 3 09:59:08 2013
+++ xsrc/external/mit/xf86-video-tga/dist/src/IBM561ramdac.c Tue Aug 16 07:44:50 2016
@@ -2,6 +2,7 @@
#include "config.h"
#endif
+#include "xorg-server.h"
#include "xf86.h"
#include "xf86_OSproc.h"
Index: xsrc/external/mit/xf86-video-tga/dist/src/tga_accel.c
diff -u xsrc/external/mit/xf86-video-tga/dist/src/tga_accel.c:1.2 xsrc/external/mit/xf86-video-tga/dist/src/tga_accel.c:1.3
--- xsrc/external/mit/xf86-video-tga/dist/src/tga_accel.c:1.2 Tue Aug 16 01:27:47 2016
+++ xsrc/external/mit/xf86-video-tga/dist/src/tga_accel.c Tue Aug 16 07:44:50 2016
@@ -28,6 +28,7 @@
#include "config.h"
#endif
+#include "xorg-server.h"
#include "fb.h"
#include "micmap.h"
#include "xf86.h"
Index: xsrc/external/mit/xf86-video-tga/dist/src/tga_driver.c
diff -u xsrc/external/mit/xf86-video-tga/dist/src/tga_driver.c:1.2 xsrc/external/mit/xf86-video-tga/dist/src/tga_driver.c:1.3
--- xsrc/external/mit/xf86-video-tga/dist/src/tga_driver.c:1.2 Tue Aug 16 01:27:47 2016
+++ xsrc/external/mit/xf86-video-tga/dist/src/tga_driver.c Tue Aug 16 07:44:50 2016
@@ -31,6 +31,7 @@
#include <unistd.h>
/* everybody includes these */
+#include "xorg-server.h"
#include "xf86.h"
#include "xf86_OSproc.h"
Index: xsrc/external/mit/xf86-video-trident/dist/src/blade_accel_exa.c
diff -u xsrc/external/mit/xf86-video-trident/dist/src/blade_accel_exa.c:1.1.1.3 xsrc/external/mit/xf86-video-trident/dist/src/blade_accel_exa.c:1.2
--- xsrc/external/mit/xf86-video-trident/dist/src/blade_accel_exa.c:1.1.1.3 Mon Jul 20 02:57:49 2015
+++ xsrc/external/mit/xf86-video-trident/dist/src/blade_accel_exa.c Tue Aug 16 07:44:50 2016
@@ -34,6 +34,7 @@
#include "config.h"
#endif
+#include "xorg-server.h"
#include "xf86.h"
#include "xf86_OSproc.h"
Index: xsrc/external/mit/xf86-video-trident/dist/src/trident.h
diff -u xsrc/external/mit/xf86-video-trident/dist/src/trident.h:1.1.1.5 xsrc/external/mit/xf86-video-trident/dist/src/trident.h:1.2
--- xsrc/external/mit/xf86-video-trident/dist/src/trident.h:1.1.1.5 Mon Jul 20 02:57:49 2015
+++ xsrc/external/mit/xf86-video-trident/dist/src/trident.h Tue Aug 16 07:44:50 2016
@@ -32,6 +32,7 @@
#include "tridentpcirename.h"
+#include "xorg-server.h"
#include "exa.h"
#include "xf86Cursor.h"
#ifdef HAVE_XAA_H
Index: xsrc/external/mit/xf86-video-trident/dist/src/trident_driver.c
diff -u xsrc/external/mit/xf86-video-trident/dist/src/trident_driver.c:1.1.1.7 xsrc/external/mit/xf86-video-trident/dist/src/trident_driver.c:1.2
--- xsrc/external/mit/xf86-video-trident/dist/src/trident_driver.c:1.1.1.7 Mon Jul 20 02:57:49 2015
+++ xsrc/external/mit/xf86-video-trident/dist/src/trident_driver.c Tue Aug 16 07:44:50 2016
@@ -33,6 +33,7 @@
#include "config.h"
#endif
+#include "xorg-server.h"
#include "fb.h"
#ifdef HAVE_ISA
Index: xsrc/external/mit/xf86-video-trident/dist/src/trident_shadow.c
diff -u xsrc/external/mit/xf86-video-trident/dist/src/trident_shadow.c:1.1.1.4 xsrc/external/mit/xf86-video-trident/dist/src/trident_shadow.c:1.2
--- xsrc/external/mit/xf86-video-trident/dist/src/trident_shadow.c:1.1.1.4 Mon Jul 20 02:57:49 2015
+++ xsrc/external/mit/xf86-video-trident/dist/src/trident_shadow.c Tue Aug 16 07:44:50 2016
@@ -8,6 +8,7 @@
#include "config.h"
#endif
+#include "xorg-server.h"
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Pci.h"
Index: xsrc/external/mit/xf86-video-trident/dist/src/xp4_accel_exa.c
diff -u xsrc/external/mit/xf86-video-trident/dist/src/xp4_accel_exa.c:1.1.1.2 xsrc/external/mit/xf86-video-trident/dist/src/xp4_accel_exa.c:1.2
--- xsrc/external/mit/xf86-video-trident/dist/src/xp4_accel_exa.c:1.1.1.2 Mon Jul 20 02:57:49 2015
+++ xsrc/external/mit/xf86-video-trident/dist/src/xp4_accel_exa.c Tue Aug 16 07:44:50 2016
@@ -28,6 +28,7 @@
#include "config.h"
#endif
+#include "xorg-server.h"
#include "exa.h"
#include "picture.h"
Index: xsrc/external/mit/xf86-video-vesa/dist/src/vesa.h
diff -u xsrc/external/mit/xf86-video-vesa/dist/src/vesa.h:1.7 xsrc/external/mit/xf86-video-vesa/dist/src/vesa.h:1.8
--- xsrc/external/mit/xf86-video-vesa/dist/src/vesa.h:1.7 Mon Jul 20 01:48:42 2015
+++ xsrc/external/mit/xf86-video-vesa/dist/src/vesa.h Tue Aug 16 07:44:50 2016
@@ -31,6 +31,7 @@
#define _VESA_H_
/* All drivers should typically include these */
+#include "xorg-server.h"
#include "xf86.h"
#include "xf86_OSproc.h"