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.
This commit is contained in:
Stefan Farfeleder 2005-09-02 18:20:47 +00:00
parent 40767e22ea
commit adcd73865c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149729

View File

@ -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");