Convert a couple of bogus null statements to the right form.

(Heading to WARNS=2.)
This commit is contained in:
Yaroslav Tykhiy 2004-07-31 14:03:14 +00:00
parent e3086a21e8
commit 012cdd2c90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132925

View File

@ -200,7 +200,7 @@ cmd
port_check_v6("pcmd");
#endif
port_done:
42; /* Life, the universe and everything! */
;
}
| LPRT check_login SP host_long_port CRLF
{
@ -222,7 +222,7 @@ cmd
goto lprt_done;
#endif
lprt_done:
42; /* Life, the universe and everything! */
;
}
| EPRT check_login SP STRING CRLF
{