summaryrefslogtreecommitdiffstats
path: root/package/synergy/synergy-1.3.1-exit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/synergy/synergy-1.3.1-exit.patch')
-rw-r--r--package/synergy/synergy-1.3.1-exit.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/synergy/synergy-1.3.1-exit.patch b/package/synergy/synergy-1.3.1-exit.patch
deleted file mode 100644
index 1eb665f55..000000000
--- a/package/synergy/synergy-1.3.1-exit.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-[PATCH] fix build issue in CArchDaemonUnix
-
-exit() needs #include <stdlib.h> for the prototype.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- lib/arch/CArchDaemonUnix.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-Index: synergy-1.3.1/lib/arch/CArchDaemonUnix.cpp
-===================================================================
---- synergy-1.3.1.orig/lib/arch/CArchDaemonUnix.cpp
-+++ synergy-1.3.1/lib/arch/CArchDaemonUnix.cpp
-@@ -19,6 +19,7 @@
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <errno.h>
-+#include <stdlib.h>
-
- //
- // CArchDaemonUnix