summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2004-08-25 11:44:39 +0000
committertg <tg@FreeBSD.org>2004-08-25 11:44:39 +0000
commitf9f96e325e80be23bd6c2d99cdecf57795dd9691 (patch)
treee9636636d51953ce2c2469c3c9be529618e38895 /devel
parent3ca73a868979e8bf16181e6ff64a4f0ec2c317f8 (diff)
downloadFreeBSD-ports-f9f96e325e80be23bd6c2d99cdecf57795dd9691.zip
FreeBSD-ports-f9f96e325e80be23bd6c2d99cdecf57795dd9691.tar.gz
Fix build on -current.
Diffstat (limited to 'devel')
-rw-r--r--devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h b/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h
new file mode 100644
index 0000000..f72ac70
--- /dev/null
+++ b/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosSerial.h
@@ -0,0 +1,11 @@
+--- ../ecos/host/tools/Utils/common/eCosSerial.h~ Fri Aug 25 19:32:40 2000
++++ ../ecos/host/tools/Utils/common/eCosSerial.h Wed Aug 25 08:14:27 2004
+@@ -50,7 +50,7 @@
+ // This class is a host-independent interface to a serial port
+ //=================================================================
+ class CeCosSerial {
+- friend CeCosSocket::SSReadResult CeCosSocket::SSRead (CeCosSerial &serial,CeCosSocket &socket,void *pBuf,unsigned int nSize,unsigned int &nRead,bool *pbStop);
++ friend class CeCosSocket;
+
+ public:
+ enum StopBitsType { ONE_STOP_BIT, ONE_POINT_FIVE_STOP_BITS, TWO_STOP_BITS };
OpenPOWER on IntegriCloud