This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f5fd56
)
#19122 should have been tested on non-glibc system (like AIX)
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Wed, 2 Apr 2003 11:28:02 +0000
(11:28 +0000)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Wed, 2 Apr 2003 11:28:02 +0000
(11:28 +0000)
p4raw-id: //depot/perl@19132
pp.c
patch
|
blob
|
blame
|
history
diff --git
a/pp.c
b/pp.c
index
524ed24
..
7985599
100644
(file)
--- 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