X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=tools%2Frpcgen%2Frpc_main.c;fp=tools%2Frpcgen%2Frpc_main.c;h=e23caff3fb396afc4d3f9dfe44fe003544cd7a45;hp=26f202b4f37de63058509a85486611a890fd1a18;hb=e456ee18bfbe422750dfad36f0afe2583f412538;hpb=bfa1df2e24b7f8c7fee299049a6ee36e1262dacd diff --git a/tools/rpcgen/rpc_main.c b/tools/rpcgen/rpc_main.c index 26f202b..e23caff 100644 --- a/tools/rpcgen/rpc_main.c +++ b/tools/rpcgen/rpc_main.c @@ -550,7 +550,7 @@ s_output(int argc, char **argv, char *infile, char *define, int extend, f_print(fout, "#include /* TIOCNOTTY */\n"); #else if( !tirpcflag ) - f_print(fout, "#include /* TIOCNOTTY */\n"); + f_print(fout, "#include /* TIOCNOTTY */\n"); #endif if( Cflag && (inetdflag || pmflag ) ) { f_print(fout, "#ifdef __cplusplus\n");