projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c9908ca
)
"Missing" dTHX for Win32's re-direction of getuid etc.
Nick Ing-Simmons [Mon, 30 Jun 2003 09:42:22 +0000 (09:42 +0000)]
p4raw-id: //depot/perlio@19892
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
d0bf931
..
69d7084
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-3333,6
+3333,7
@@
S_init_ids(pTHX)
bool
Perl_doing_taint(int argc, char *argv[], char *envp[])
{
+ dTHX;
int uid = PerlProc_getuid();
int euid = PerlProc_geteuid();
int gid = PerlProc_getgid();