From 64cdbc5d0600542c8b9ef1f659d854f6aea90f3b Mon Sep 17 00:00:00 2001 From: stefanf Date: Fri, 2 Sep 2005 18:20:47 +0000 Subject: Fix a syntax error in the generated code when invoked with -P. Note that the generated code still doesn't compile as we lack tinfo, t_getinfo and friends. --- usr.bin/rpcgen/rpc_svcout.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/rpcgen/rpc_svcout.c') diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index 82cf5f3..bbf1dd8 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -810,7 +810,6 @@ write_pm_most(infile, netflag) f_print(fout, "\t\t(!strcmp(mname, \"sockmod\") ||"); f_print(fout, " !strcmp(mname, \"timod\"))) {\n"); } - f_print(fout, " !strcmp(mname, \"timod\"))) {\n"); f_print(fout, "\t\tchar *netid;\n"); if (!netflag) { /* Not included by -n option */ f_print(fout, "\t\tstruct netconfig *nconf = NULL;\n"); -- cgit v1.1