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_main.c.ori (-3 lines)
Lines 550-558 Link Here
550
	  f_print(fout, "#include <sys/ttycom.h>/* TIOCNOTTY */\n");
550
	  f_print(fout, "#include <sys/ttycom.h>/* TIOCNOTTY */\n");
551
#else
551
#else
552
	if( !tirpcflag )
552
	if( !tirpcflag )
553
	  f_print(fout, "#include <sys/ttycom.h>/* TIOCNOTTY */\n");
554
#else
555
	if( !tirpcflag )
556
	  f_print(fout, "#include <sys/ioctl.h>/* TIOCNOTTY */\n");
553
	  f_print(fout, "#include <sys/ioctl.h>/* TIOCNOTTY */\n");
557
#endif
554
#endif
558
	if( Cflag && (inetdflag || pmflag ) ) {
555
	if( Cflag && (inetdflag || pmflag ) ) {

Return to bug 144215