CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/10/16 17:18:59
Modified files: bin/ksh : emacs.c Log message: Change x_do_ins()'s arg type from int to size_t for correctness's sake, and to silence a compiler warning. Also remove its prototype, which is directly above its definition. ok tedu@