summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-stream.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-06 09:34:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-06 09:34:47 +0000
commitf6d73036cdaa1d34f06f33156fe1b9447c1d30ae (patch)
tree2e0f0f366c4b98c43589ad6c9f84c2e971e0dc23 /misc/estic/files/patch-stream.h
parentPartly revert the changes to MASTER_SITE_QT. Either the mirror changed (diff)
- update to 1.61
- allow pipes as input - fixed build with X11 - fixed option WITHOUT_X11 - new option WITH_ESTIC_DTR_OFF - honor NOPORTDOCS Submitted by: Peter Much & Dirk Meyer
Notes
Notes: svn path=/head/; revision=142069
Diffstat (limited to 'misc/estic/files/patch-stream.h')
-rw-r--r--misc/estic/files/patch-stream.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/misc/estic/files/patch-stream.h b/misc/estic/files/patch-stream.h
index c05e9f3c89ec..343901f1b707 100644
--- a/misc/estic/files/patch-stream.h
+++ b/misc/estic/files/patch-stream.h
@@ -1,10 +1,10 @@
---- spunk/stream.h.orig Sat Feb 26 17:47:07 2000
-+++ spunk/stream.h Sat Feb 26 17:47:53 2000
-@@ -33,17 +33,17 @@
+--- spunk/stream.h.orig Thu Nov 7 18:06:52 1996
++++ spunk/stream.h Tue Sep 6 09:54:21 2005
+@@ -50,19 +50,19 @@
--static const stOk = 0; // things are allright
+-static const stOk = 0; // things are allright
-static const stInitError = 1; // error initializing the stream
-static const stReadError = 2; // error reading from the stream
-static const stWriteError = 3; // error writing to the stream
@@ -15,6 +15,8 @@
-static const stLoadError = 8; // Keine Load-Methode oder Fehler bei Load
-static const stCopyError = 9; // CopyFrom: error of source stream
-static const stSeekError = 10; // error using Seek, GetPos etc.
+-static const stReadTimeout = 11; // Timeout on read (CharacterStream only)
+-static const stWriteTimeout = 12; // Timeout on write (CharcterStream only)
+static const int stOk = 0; // things are allright
+static const int stInitError = 1; // error initializing the stream
+static const int stReadError = 2; // error reading from the stream
@@ -26,6 +28,8 @@
+static const int stLoadError = 8; // Keine Load-Methode oder Fehler bei Load
+static const int stCopyError = 9; // CopyFrom: error of source stream
+static const int stSeekError = 10; // error using Seek, GetPos etc.
++static const int stReadTimeout = 11; // Timeout on read (CharacterStream only)
++static const int stWriteTimeout = 12; // Timeout on write (CharcterStream only)