blob: 2f342c683593450985219f9e00eb0003e3eccbe0 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From e4ec992984983ac9107efae1f1cc552007e4229e Mon Sep 17 00:00:00 2001
2From: Vishal Biswas <vshlbiswas@ymail.com>
3Date: Mon, 8 May 2017 11:06:11 +0530
4Subject: [PATCH] Remove INITARGS from xserver119.patch
5
6Upstream-Status: Backport
7
8---
9 unix/xserver119.patch | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/unix/xserver119.patch b/unix/xserver119.patch
13index 614f104..7adf314 100644
14--- a/unix/xserver119.patch
15+++ b/unix/xserver119.patch
16@@ -66,7 +66,7 @@ diff -up xserver/mi/miinitext.c.xserver116-rebased xserver/mi/miinitext.c
17 #include "globals.h"
18
19 +#ifdef TIGERVNC
20-+extern void vncExtensionInit(INITARGS);
21++extern void vncExtensionInit(void);
22 +#endif
23 +
24 /* The following is only a small first step towards run-time
25--
262.7.4
27