summaryrefslogtreecommitdiff
path: root/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch')
-rw-r--r--net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch b/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch
deleted file mode 100644
index 8937114251e3..000000000000
--- a/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ur axyftp-0.5.1.orig/src/buttonbar.c axyftp-0.5.1/src/buttonbar.c
---- axyftp-0.5.1.orig/src/buttonbar.c 2000-01-17 21:50:04.000000000 +0200
-+++ axyftp-0.5.1/src/buttonbar.c 2008-01-17 15:46:22.000000000 +0200
-@@ -1,4 +1,5 @@
- /* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
-+#include<stdlib.h>
- #include"axyftp.h"
- #include"utils.h"
- #include"multi.h"
-diff -ur axyftp-0.5.1.orig/src/utils.c axyftp-0.5.1/src/utils.c
---- axyftp-0.5.1.orig/src/utils.c 2000-01-17 22:03:59.000000000 +0200
-+++ axyftp-0.5.1/src/utils.c 2008-01-17 15:45:51.000000000 +0200
-@@ -1,4 +1,5 @@
- /* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
-+#include<stdlib.h>
- #include<string.h>
- #include<stdio.h>
-