forked from Lainports/freebsd-ports
automation. This package contains the EIBnet/IP tunneling and routing daemon which is part of the BCU SDK. It provides access to an EIB bus over TCP/IP and Unix domain sockets. WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd PR: ports/118471 Submitted by: Björn König <bkoenig at alpha-tierchen.de>
11 lines
264 B
C++
11 lines
264 B
C++
--- eibd/libserver/apdu.cpp.orig 2007-11-08 15:31:33.000000000 +0000
|
|
+++ eibd/libserver/apdu.cpp 2007-12-08 15:08:18.000000000 +0000
|
|
@@ -18,8 +18,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
-#include <string.h>
|
|
#include "apdu.h"
|
|
|
|
APDU *
|
|
APDU::fromPacket (const CArray & c)
|