diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-06-27 23:23:07 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-06-27 23:23:07 +0800 |
commit | 802f9e634af5784e2cd07c42255f271e0d5a5b57 (patch) | |
tree | ac1def8663db5bba59362baf3bef5960c5d08dcf | |
parent | 9135a5d0e44b1f2fc77beb7b09584be861f18e76 (diff) | |
download | gsoc2013-evolution-802f9e634af5784e2cd07c42255f271e0d5a5b57.tar gsoc2013-evolution-802f9e634af5784e2cd07c42255f271e0d5a5b57.tar.gz gsoc2013-evolution-802f9e634af5784e2cd07c42255f271e0d5a5b57.tar.bz2 gsoc2013-evolution-802f9e634af5784e2cd07c42255f271e0d5a5b57.tar.lz gsoc2013-evolution-802f9e634af5784e2cd07c42255f271e0d5a5b57.tar.xz gsoc2013-evolution-802f9e634af5784e2cd07c42255f271e0d5a5b57.tar.zst gsoc2013-evolution-802f9e634af5784e2cd07c42255f271e0d5a5b57.zip |
Fix booboo
svn path=/trunk/; revision=3755
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/session.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a9eaf38b88..690d11027f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2000-06-27 Peter Williams <peterw@curious-george.helixcode.com> + * session.c: Work without broken threads. + * message-list.c (filter_date): Solve the ctime_r problem the correct way, with the magic of autoconf. diff --git a/mail/session.c b/mail/session.c index 09b1250cf1..53ec9370db 100644 --- a/mail/session.c +++ b/mail/session.c @@ -20,7 +20,9 @@ GHashTable *passwords; * we deadlock.... */ +#ifdef USE_BROKEN_THREADS #define ASYNC_AUTH_CALLBACK +#endif #ifndef ASYNC_AUTH_CALLBACK static void |