CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2020/02/09 03:13:13
Modified files: usr.bin/mg : def.h kbd.c tty.c Log message: Do not define variables in def.h since this will lead to duplicate definitions in every source file that includes def.h Found by gcc10 in portable in gentoo and fedora. Patch from Ulrich Mueller (ulm AT gentoo.org) via Han Boetes, thanks! Ok tb