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 ) ) { |