diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-16 06:10:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-16 06:10:19 +0800 |
commit | f74417fca812a029732742fcffa433997f91e362 (patch) | |
tree | 4a6016684f18623adef7b6b2ba131ba2d75912af /camel/ChangeLog | |
parent | dba5f1b79e693d501148d462b14d097d7600fe9d (diff) | |
download | gsoc2013-evolution-f74417fca812a029732742fcffa433997f91e362.tar.gz gsoc2013-evolution-f74417fca812a029732742fcffa433997f91e362.tar.zst gsoc2013-evolution-f74417fca812a029732742fcffa433997f91e362.zip |
Save the errno before calling fcntl so fcntl doesn't overwrite errno in
2001-10-15 Jeffrey Stedfast <fejj@ximian.com>
* camel-stream-fs.c (stream_read): Save the errno before calling
fcntl so fcntl doesn't overwrite errno in case of a previous
error.
(stream_write): Same.
svn path=/trunk/; revision=13687
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 91f1d02e5e..d8fd6eaaeb 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2001-10-15 Jeffrey Stedfast <fejj@ximian.com> + + * camel-stream-fs.c (stream_read): Save the errno before calling + fcntl so fcntl doesn't overwrite errno in case of a previous + error. + (stream_write): Same. + 2001-10-13 Jeffrey Stedfast <fejj@ximian.com> * providers/smtp/camel-smtp-transport.c (smtp_data): Replace the |