X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-core%2Fdbus%2Flibdbus-c%2B%2B-0.9.0%2F0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch;fp=recipes-core%2Fdbus%2Flibdbus-c%2B%2B-0.9.0%2F0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch;h=0000000000000000000000000000000000000000;hb=23237f85ab7553403b69a003c0e8f418e9df6a1d;hp=f69cefdb7ecad5ade11ee300c562169be998a268;hpb=199f3d33307b86420dc5f127614d91914c56fab1;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-core/dbus/libdbus-c++-0.9.0/0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch b/recipes-core/dbus/libdbus-c++-0.9.0/0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch deleted file mode 100644 index f69cefdb7..000000000 --- a/recipes-core/dbus/libdbus-c++-0.9.0/0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 465d98dbcdcb72375c198010a50b80b953e7d5a6 Mon Sep 17 00:00:00 2001 -From: Yuri -Date: Sat, 28 May 2016 13:20:10 -0700 -Subject: [PATCH] Fixed undefined ssize_t for clang-3.8.0 on FreeBSD. -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - ---- -Upstream-Status: Backport [https://github.com/andreas-volz/dbus-cplusplus/commit/463f5a4400d494b831c3b3348c0a21f0faf14f39] -Signed-off-by: André Draszik - include/dbus-c++/pipe.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/include/dbus-c++/pipe.h b/include/dbus-c++/pipe.h -index 999f042..682646c 100644 ---- a/include/dbus-c++/pipe.h -+++ b/include/dbus-c++/pipe.h -@@ -30,6 +30,8 @@ - /* STD */ - #include - -+#include -+ - namespace DBus - { - --- -2.10.2 -