CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/10/04 03:59:44
Modified files: sys/dev/pv : vmt.c Log message: Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not a string literal" warning from clang. ok jca@