From: H.Merijn Brand Date: Wed, 2 Apr 2003 11:28:02 +0000 (+0000) Subject: #19122 should have been tested on non-glibc system (like AIX) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ab58e4d47c419dca1df070f2fa15786b3285750;p=p5sagit%2Fp5-mst-13.2.git #19122 should have been tested on non-glibc system (like AIX) p4raw-id: //depot/perl@19132 --- diff --git a/pp.c b/pp.c index 524ed24..7985599 100644 --- a/pp.c +++ b/pp.c @@ -3432,8 +3432,8 @@ PP(pp_crypt) /* work around glibc-2.2.5 bug */ PL_reentrant_buffer->_crypt_struct_buffer->current_saltbits = 0; } - } #endif + } # endif /* HAS_CRYPT_R */ # endif /* USE_ITHREADS */ # ifdef FCRYPT