util  Diff

Differences From Artifact [ef67c2aa68]:

To Artifact [6fd3f35c89]:


   316    316   	decl_xstat_ptr(xstat);
   317    317   	decl_xstat_ptr(xstat64);
   318    318   	decl_xstat_ptr(lxstat);
   319    319   	decl_xstat_ptr(lxstat64);
   320    320   #endif
   321    321   
   322    322   int nkvd_stat(int (*volatile fn)(STAT_PARAMS), STAT_PARAMS) {
   323         -	printf(bold("nkvd") " stat: %p\n", fn);
   324    323   	if (intercept) {
   325    324   		size_t plen = strlen(path);
   326    325   		char gulag[redir_len + plen];
   327    326   		if (interrogate(path, plen, gulag)) {
   328    327   			return (*fn)(gulag,statbuf);
   329    328   		}
   330    329   	}
   331    330   	return (*fn)(path,statbuf);
   332    331   }
   333    332   
   334    333   int nkvd_xstat(int (*volatile fn)(XSTAT_PARAMS), XSTAT_PARAMS) {
   335         -	printf(bold("nkvd") " xstat: %p\n", fn);
   336    334   	if (intercept) {
   337    335   		size_t plen = strlen(path);
   338    336   		char gulag[redir_len + plen];
   339    337   		if (interrogate(path, plen, gulag)) {
   340    338   			return (*fn)(ver,gulag,statbuf);
   341    339   		}
   342    340   	}