dbus-c++ 0.9.0
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--- libdbus-c++-0.9.0/src/pipe.cpp.writechar 2017-02-16 11:07:13.591950169 +0000
|
||||
+++ libdbus-c++-0.9.0/src/pipe.cpp 2017-02-16 11:04:17.158796092 +0000
|
||||
@@ -83,5 +83,5 @@
|
||||
void Pipe::signal()
|
||||
{
|
||||
// TODO: ignoring return of read/write generates warning; maybe relevant for eventloop work...
|
||||
- ::write(_fd_write, '\0', 1);
|
||||
+ ::write(_fd_write, "", 1);
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
--- src/eventloop-integration.cpp.orig 2012-05-09 11:22:09.683290763 +0200
|
||||
+++ src/eventloop-integration.cpp 2012-05-09 11:22:44.313288912 +0200
|
||||
@@ -38,6 +38,7 @@
|
||||
#include <cassert>
|
||||
#include <sys/poll.h>
|
||||
#include <fcntl.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
using namespace DBus;
|
||||
using namespace std;
|
||||
Reference in New Issue
Block a user