HomeFreeBSD

Use %zd as the format string. The previous, %d, is not ssize_t and breaks

Description

Use %zd as the format string. The previous, %d, is not ssize_t and breaks
the mypci.c build.

PR: 215863

Details