I missed this part of the workaround for a missing mvchgat(); no binary
change.
Index: cl/cl_funcs.c
===================================================================
RCS file: /cvs/src/usr.bin/vi/cl/cl_funcs.c,v
retrieving revision 1.17
diff -u -r1.17 cl_funcs.c
--- cl/cl_funcs.c 12 Nov 2014 16:29:04 -0000 1.17
+++ cl/cl_funcs.c 15 Nov 2014 19:58:25 -0000
@@ -261,10 +261,6 @@
int
cl_deleteln(SCR *sp)
{
-#ifndef mvchgat
- CHAR_T ch;
- size_t col, lno, spcnt;
-#endif
size_t oldy, oldx;
/*
cheers,
natano