HomeFreeBSD

Fix the printing of rule comments.

Description

Fix the printing of rule comments.

Change uint8_t type of opcode argument to int in the print_opcode()
function. Use negative value to print the rest of opcodes, because
zero value is O_NOP, and it can't be uses for this purpose.

Reported by: lev
MFC after: 1 week

Details

Provenance
aeAuthored on
Parents
rS333457: ANSIfy sys_generic.c
Branches
Unknown
Tags
Unknown