Remove INITARGS from recent xserver patches

INITARGS isn't used since Xorg 1.13, so remove it from our patches.
diff --git a/unix/xserver113.patch b/unix/xserver113.patch
index da0d590..85ab284 100644
--- a/unix/xserver113.patch
+++ b/unix/xserver113.patch
@@ -74,7 +74,7 @@
  #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 81b1c70..2bfc8ff 100644
--- a/unix/xserver114.patch
+++ b/unix/xserver114.patch
@@ -66,7 +66,7 @@
  #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 479039d..3126020 100644
--- a/unix/xserver115.patch
+++ b/unix/xserver115.patch
@@ -66,7 +66,7 @@
  #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 d870ef7..2edcd30 100644
--- a/unix/xserver116.patch
+++ b/unix/xserver116.patch
@@ -66,7 +66,7 @@
  #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 8a21040..f4cb94c 100644
--- a/unix/xserver117.patch
+++ b/unix/xserver117.patch
@@ -66,7 +66,7 @@
  #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 286a37b..1c03317 100644
--- a/unix/xserver118.patch
+++ b/unix/xserver118.patch
@@ -65,7 +65,7 @@
  #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