diff options
| -rwxr-xr-x | ldso/ldso/ldso.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 435bd43bc..e866d6418 100755 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -682,7 +682,7 @@ of this helper program; chances are you did not intend to run this program.\n\  			 */  			/* Now cover the application program. */  			if (app_tpnt->dynamic_info[DT_TEXTREL]) { -				int j; +				unsigned int j;  				ElfW(Phdr) *ppnt_outer = ppnt;  				_dl_debug_early("calling mprotect on the application program\n");  				ppnt = (ElfW(Phdr) *) _dl_auxvt[AT_PHDR].a_un.a_val; | 
