diff options
Diffstat (limited to 'net/third_party/nss/ssl/sslimpl.h')
-rw-r--r-- | net/third_party/nss/ssl/sslimpl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/third_party/nss/ssl/sslimpl.h b/net/third_party/nss/ssl/sslimpl.h index 0ec579d..0658d2c 100644 --- a/net/third_party/nss/ssl/sslimpl.h +++ b/net/third_party/nss/ssl/sslimpl.h @@ -39,7 +39,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -/* $Id: sslimpl.h,v 1.76 2010/02/04 03:08:45 wtc%google.com Exp $ */ +/* $Id: sslimpl.h,v 1.77 2010/02/10 00:33:50 wtc%google.com Exp $ */ #ifndef __sslimpl_h_ #define __sslimpl_h_ @@ -130,11 +130,7 @@ extern int Debug; #define SSL_DBG(b) #endif -#ifdef macintosh -#include "pprthred.h" -#else #include "private/pprthred.h" /* for PR_InMonitor() */ -#endif #define ssl_InMonitor(m) PZ_InMonitor(m) #define LSB(x) ((unsigned char) ((x) & 0xff)) |