Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
apache2-mod_perl
patch-PL_uid.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File patch-PL_uid.diff of Package apache2-mod_perl
Index: src/modules/perl/modperl_perl.c =================================================================== --- src/modules/perl/modperl_perl.c 2012-05-21 10:06:24.000000000 +0000 +++ src/modules/perl/modperl_perl.c 2012-05-21 10:08:56.000000000 +0000 @@ -101,6 +101,7 @@ { sv_setiv(GvSV(gv_fetchpv("$", TRUE, SVt_PV)), ids->pid); +#if !MP_PERL_VERSION_AT_LEAST(5, 16, 0) #ifndef WIN32 PL_uid = ids->uid; PL_euid = ids->euid; @@ -110,6 +111,7 @@ #ifdef MP_MAINTAIN_PPID PL_ppid = ids->ppid; #endif +#endif }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor