From e2e6f6fe07049f33cb6348780fa975162752e421 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:38:32 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- .../ofono/ofono/missing-ssize_t.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch (limited to 'meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch') diff --git a/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch b/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch new file mode 100644 index 0000000000..71903c47da --- /dev/null +++ b/meta/recipes-connectivity/ofono/ofono/missing-ssize_t.patch @@ -0,0 +1,23 @@ +include unistd.h for getting ssize_t definitions +Fixes errors like + +| In file included from src/sms.c:38:0: +| src/storage.h:32:1: error: unknown type name 'ssize_t' +| src/storage.h:36:1: error: unknown type name 'ssize_t' + + +Upstream-Status: Pending +Signed-off-by: Khem Raj + +Index: ofono-1.12/src/storage.h +=================================================================== +--- ofono-1.12.org/src/storage.h 2013-01-04 10:01:24.137804178 -0800 ++++ ofono-1.12/src/storage.h 2013-01-04 10:02:09.325806426 -0800 +@@ -26,6 +26,7 @@ + #endif + + #include ++#include + + int create_dirs(const char *filename, const mode_t mode); + -- cgit v1.2.3-54-g00ecf