CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/06/16 13:04:20
Modified files: sys/dev/wscons : wsemul_vt100.c Log message: Use (N * sizeof(u_int)) instead of (N * sizeof(int)) when malloc'ing u_int *. Doesn't change anything, but silences a Clang warning; dhill@bitrig