summaryrefslogtreecommitdiff
path: root/net/linknx/files/patch-src_eibclient.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-11-08 20:07:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-11-08 20:07:06 +0000
commitbcf2a6c47e12d8e8eac0490278d5d3a9d1d23301 (patch)
treea80d16c847d6517f86a988f43e1c34c9414bfbc8 /net/linknx/files/patch-src_eibclient.c
parent- Update to 1.3.15.5 (diff)
LinKNX is a backend for controlling a KNX/EIB home and building automation
system. It connects to eibd which is part of the BCU SDK and keeps state of KNX devices such as lamps, window blinds, heating and so on. Furthermore it provides a powerful, rule-based event after treatment, e.g. for switching other KNX devices, sending e-mail or SMS or executing a shell command. You can configure and control the LinKNX daemon using an XML-style protocol via TCP network socket or Unix domain socket. WWW: http://linknx.sourceforge.net/ PR: ports/128320 Submitted by: Björn König <bkoenig at alpha-tierchen.de>
Notes
Notes: svn path=/head/; revision=222557
Diffstat (limited to 'net/linknx/files/patch-src_eibclient.c')
-rw-r--r--net/linknx/files/patch-src_eibclient.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/linknx/files/patch-src_eibclient.c b/net/linknx/files/patch-src_eibclient.c
new file mode 100644
index 000000000000..76cb3c076bc8
--- /dev/null
+++ b/net/linknx/files/patch-src_eibclient.c
@@ -0,0 +1,10 @@
+--- src/eibclient.c.orig 2007-12-29 22:23:06.000000000 +0100
++++ src/eibclient.c 2008-10-23 20:15:56.000000000 +0200
+@@ -32,6 +32,7 @@
+ #include <netinet/in.h>
+ #include <netdb.h>
+ #include <errno.h>
++#include <string.h>
+
+ #include "config.h"
+