Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144215 | Differences between
and this patch

Collapse All | Expand All

(-)tools/rpcgen/rpc_cout.c.org (-1 / +1 lines)
Lines 647-653 Link Here
647
	int freed=0;
647
	int freed=0;
648
648
649
	if(flag == PUT)
649
	if(flag == PUT)
650
		f_print(fout,"\t\t (void) IXDR_PUT_");
650
		f_print(fout,"\t\t IXDR_PUT_");
651
	else    
651
	else    
652
		if(rel== REL_ALIAS)
652
		if(rel== REL_ALIAS)
653
			f_print(fout,"\t\t objp->%s = IXDR_GET_",decl->name);
653
			f_print(fout,"\t\t objp->%s = IXDR_GET_",decl->name);

Return to bug 144215