mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
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:
parent
40767e22ea
commit
adcd73865c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149729
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user