projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2f5fd56
)
#19122 should have been tested on non-glibc system (like AIX)
H.Merijn Brand [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