=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/position.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/less/position.c 2015/11/05 22:08:44 1.8 --- src/usr.bin/less/position.c 2015/11/05 22:47:33 1.9 *************** *** 133,139 **** int onscreen(off_t pos) { ! register int i; if (pos < table[0]) return (-1); --- 133,139 ---- int onscreen(off_t pos) { ! int i; if (pos < table[0]) return (-1);