summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/minicom/minicom-2.6.1/rename-conflicting-functions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/minicom/minicom-2.6.1/rename-conflicting-functions.patch')
-rw-r--r--meta/recipes-extended/minicom/minicom-2.6.1/rename-conflicting-functions.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/minicom/minicom-2.6.1/rename-conflicting-functions.patch b/meta/recipes-extended/minicom/minicom-2.6.1/rename-conflicting-functions.patch
new file mode 100644
index 0000000000..1a50f18856
--- /dev/null
+++ b/meta/recipes-extended/minicom/minicom-2.6.1/rename-conflicting-functions.patch
@@ -0,0 +1,15 @@
1Upstream-Status: Pending
2
3--- minicom-2.3/src/minicom.c-orig 2009-06-08 14:49:07.000000000 +0200
4+++ minicom-2.3/src/minicom.c 2009-06-08 14:50:23.000000000 +0200
5@@ -63,6 +63,10 @@
6 }
7 #endif /*DEBUG*/
8
9+#ifdef __USE_GNU
10+#define getline minicom_getline
11+#endif
12+
13 /*
14 * Sub - menu's.
15 */