CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/04 00:19:07
Modified files:
usr.bin/ssh : krl.c
Log message:
The RB_GENERATE_STATIC(3) macro expands to a series of function
definitions and not a statement, so there should be no semicolon
following them. Patch from Michael Forney
