summaryrefslogtreecommitdiff
path: root/x11/xmove/files/patch-xmovectrl_xmovectrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xmove/files/patch-xmovectrl_xmovectrl.c')
-rw-r--r--x11/xmove/files/patch-xmovectrl_xmovectrl.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/xmove/files/patch-xmovectrl_xmovectrl.c b/x11/xmove/files/patch-xmovectrl_xmovectrl.c
deleted file mode 100644
index 9a71ec8f2ec6..000000000000
--- a/x11/xmove/files/patch-xmovectrl_xmovectrl.c
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: xmovectrl/xmovectrl.c
-@@ -33,6 +33,8 @@
- int auth_namelen, auth_datalen;
- char *auth_name, *auth_data;
-
-+void DoServerSetup(int server_fd);
-+
- main(int argc, char **argv, char **envp)
- {
- char **cur_argv = argv + 1;
-@@ -143,6 +145,7 @@
- }
-
-
-+void
- DoServerSetup(int server_fd)
- {
- unsigned char iobuf[512];