Fixed Solaris specific compiler issue.
diff --git a/server/context_i386.c b/server/context_i386.c index f328542..9b65e25 100644 --- a/server/context_i386.c +++ b/server/context_i386.c
@@ -190,7 +190,7 @@ file_set_error(); } -#elif defined(__sun__) +#elif defined(__sun) || defined(__sun__) /* retrieve a thread context */ static void get_thread_context( struct thread *thread, unsigned int flags, CONTEXT *context )