CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2009/06/21 14:30:35
Modified files: sys/dev/wsfont : bold8x16-iso1.h bold8x16.h gallant12x22.h lucida16x29.h omron12x20.h qvss8x15.h vt220l8x10.h vt220l8x8.h Log message: Use static for forward decl of static arrays instead of extern which made newer versions of gcc complain about mixing static and non-static decls. ok miod@