CVSROOT: /cvs Module name: src Changes by: bcal...@cvs.openbsd.org 2015/03/17 12:08:52
Modified files: usr.bin/mg : Makefile chrdef.h cinfo.c extend.c tty.c ttykbd.c Log message: It is impossible to build mg without both -DFKEYS and -DXKEYS. So let's enforce that and remove the options. Mostly mechanical diff from unifdef with bonus removal of comments that no longer have any relevance. ok florian@