From d959e7ac7471ae74fd9d2a60ed3f4fcd24ca624d Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 22 Sep 2016 16:22:52 +0200 Subject: [PATCH] Remove INITARGS from recent xserver patches INITARGS isn't used since Xorg 1.13, so remove it from our patches. --- unix/xserver113.patch | 2 +- unix/xserver114.patch | 2 +- unix/xserver115.patch | 2 +- unix/xserver116.patch | 2 +- unix/xserver117.patch | 2 +- unix/xserver118.patch | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/unix/xserver113.patch b/unix/xserver113.patch index da0d590d..85ab2846 100644 --- a/unix/xserver113.patch +++ b/unix/xserver113.patch @@ -74,7 +74,7 @@ diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c #include "globals.h" +#ifdef TIGERVNC -+extern void vncExtensionInit(INITARGS); ++extern void vncExtensionInit(void); +#endif + /* The following is only a small first step towards run-time diff --git a/unix/xserver114.patch b/unix/xserver114.patch index 81b1c709..2bfc8fff 100644 --- a/unix/xserver114.patch +++ b/unix/xserver114.patch @@ -66,7 +66,7 @@ diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c #include "globals.h" +#ifdef TIGERVNC -+extern void vncExtensionInit(INITARGS); ++extern void vncExtensionInit(void); +#endif + /* The following is only a small first step towards run-time diff --git a/unix/xserver115.patch b/unix/xserver115.patch index 479039d7..31260208 100644 --- a/unix/xserver115.patch +++ b/unix/xserver115.patch @@ -66,7 +66,7 @@ diff -up xserver/mi/miinitext.c.vnc xserver/mi/miinitext.c #include "globals.h" +#ifdef TIGERVNC -+extern void vncExtensionInit(INITARGS); ++extern void vncExtensionInit(void); +#endif + /* The following is only a small first step towards run-time diff --git a/unix/xserver116.patch b/unix/xserver116.patch index d870ef7a..2edcd307 100644 --- a/unix/xserver116.patch +++ b/unix/xserver116.patch @@ -66,7 +66,7 @@ diff -up xorg-server-1.16.0/mi/miinitext.c.vnc xorg-server-1.16.0/mi/miinitext.c #include "globals.h" +#ifdef TIGERVNC -+extern void vncExtensionInit(INITARGS); ++extern void vncExtensionInit(void); +#endif + /* The following is only a small first step towards run-time diff --git a/unix/xserver117.patch b/unix/xserver117.patch index 8a21040c..f4cb94c3 100644 --- a/unix/xserver117.patch +++ b/unix/xserver117.patch @@ -66,7 +66,7 @@ diff -up xorg-server-1.17.1/mi/miinitext.c.vnc xorg-server-1.17.1/mi/miinitext.c #include "globals.h" +#ifdef TIGERVNC -+extern void vncExtensionInit(INITARGS); ++extern void vncExtensionInit(void); +#endif + /* The following is only a small first step towards run-time diff --git a/unix/xserver118.patch b/unix/xserver118.patch index 286a37bc..1c03317f 100644 --- a/unix/xserver118.patch +++ b/unix/xserver118.patch @@ -65,7 +65,7 @@ diff -ur xorg-server.orig/mi/miinitext.c xorg-server/mi/miinitext.c #include "globals.h" +#ifdef TIGERVNC -+extern void vncExtensionInit(INITARGS); ++extern void vncExtensionInit(void); +#endif + /* The following is only a small first step towards run-time -- 2.39.5