From fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 5 Jan 2001 20:04:15 +0000 Subject: #define E_THREAD_NONE as ((pthread_t)~0) and use that instead of ~0 * e-msgport.c: #define E_THREAD_NONE as ((pthread_t)~0) and use that instead of ~0 throughout. (pthread_t is a pointer type on my system, so there are lots of warnings without the cast.) svn path=/trunk/; revision=7271 --- e-util/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index d64af7c602..39e498066d 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-01-04 Dan Winship + + * e-msgport.c: #define E_THREAD_NONE as ((pthread_t)~0) and use + that instead of ~0 throughout. (pthread_t is a pointer type on my + system, so there are lots of warnings without the cast.) + 2000-12-24 Not Zed * Merge from camel-mt-branch. -- cgit v1.2.3