On Thu, Aug 23, 2001 at 11:15:44PM -0700, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) 
wrote:
> +static unsigned long ssl_util_thr_id()
> +{
> +    return (unsigned long) apr_os_thread_current();
> +}
> +

This needs to be protected by #if APR_HAS_THREADS.  -- justin

Reply via email to