summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-20 22:10:46 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-20 22:10:46 +0000
commite8ee3774ea4d90a4cf69272b6a6a59385df25262 (patch)
tree4163fb2cc38f301ce9d82771de86a9b54d6967ed /mg.c
parent0b250b9ef0d5134fdb23236140643970d9a3fbf5 (diff)
downloadperl-e8ee3774ea4d90a4cf69272b6a6a59385df25262.tar.gz
win32 tweaks
p4raw-id: //depot/perl@4014
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index aa5dadd143..bdfef19c24 100644
--- a/mg.c
+++ b/mg.c
@@ -1788,7 +1788,7 @@ Perl_magic_set(pTHX_ SV *sv, MAGIC *mg)
if (PL_euid == PL_uid) /* special case $> = $< */
PerlProc_setuid(PL_euid);
else {
- PL_euid = rlProc_geteuid();
+ PL_euid = PerlProc_geteuid();
Perl_croak(aTHX_ "seteuid() not implemented");
}
#endif