From 57ab28928bd8979fa34751bc1c248a1af00ce1f9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 28 Feb 2011 10:24:51 +0100 Subject: synergy: fix build with modern toolchains A number of includes were missing for exit/getenv/memcpy/strlen/... Signed-off-by: Peter Korsgaard --- package/synergy/synergy-1.3.1-exit.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 package/synergy/synergy-1.3.1-exit.patch (limited to 'package/synergy/synergy-1.3.1-exit.patch') 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 for the prototype. - -Signed-off-by: Peter Korsgaard ---- - 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 - #include - #include -+#include - - // - // CArchDaemonUnix -- cgit v1.2.3