X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/0603fe5cded5ad964b7ff06f91a5c2c244f93337..dfff4baff950c3688d6f16335fa1e1037bb84bd0:/pp_hot.c diff --git a/pp_hot.c b/pp_hot.c index 26c608a..96c93a8 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -1173,10 +1173,10 @@ PP(pp_aassign) } if (PL_delaymagic & ~DM_DELAY) { /* Will be used to set PL_tainting below */ - UV tmp_uid = PerlProc_getuid(); - UV tmp_euid = PerlProc_geteuid(); - UV tmp_gid = PerlProc_getgid(); - UV tmp_egid = PerlProc_getegid(); + Uid_t tmp_uid = PerlProc_getuid(); + Uid_t tmp_euid = PerlProc_geteuid(); + Gid_t tmp_gid = PerlProc_getgid(); + Gid_t tmp_egid = PerlProc_getegid(); if (PL_delaymagic & DM_UID) { #ifdef HAS_SETRESUID