CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/10 11:44:45
Modified files:
usr.sbin/ikectl: ikectl.c
Log message:
Cast imsg->data to char pointer to silence GCC warning
warning: format '%s' expects type 'char *', but argument 2 has type 'void *'
Seen on sparc64.
OK tobhe
