minicom: fix compile error due to conflicting function names
authormd <md@freiheit.com>
Mon, 8 Jun 2009 17:31:47 +0000 (19:31 +0200)
committermd <md@freiheit.com>
Mon, 8 Jun 2009 17:31:47 +0000 (19:31 +0200)
commita9a408c12539e4bb6679563ac8da28c32aa41f3a
tree7a6b32d94ce58bd8b7fe96818e88040eb2b06acb
parent9ecf77a1cf4a7ae8b40727f20f0c324473923751
minicom: fix compile error due to conflicting function names
- the `getline()' function used in minicom.c may have been defined in stdio.h if __USE_GNU is defined
- as a fix that function name is redefined within minicom.c
recipes/minicom/minicom-2.3/rename-conflicting-functions.patch [new file with mode: 0644]
recipes/minicom/minicom_2.3.bb