aboutsummaryrefslogtreecommitdiff
path: root/devel/ecos-tools
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2004-08-25 11:44:39 +0000
committerThomas Gellekum <tg@FreeBSD.org>2004-08-25 11:44:39 +0000
commit7188aadd7ca3096d9e8c960ff73783540892c964 (patch)
treed58e43ddfc0a72a5824df133ac5153dd1b2c62c4 /devel/ecos-tools
parent590cbe54cfc78358f54b3b413c3b18c40630b0ff (diff)
downloadports-7188aadd7ca3096d9e8c960ff73783540892c964.tar.gz
ports-7188aadd7ca3096d9e8c960ff73783540892c964.zip
Notes
Diffstat (limited to 'devel/ecos-tools')
-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 000000000000..f72ac70b5013
--- /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 };