=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/prompt.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/less/prompt.c 2015/11/09 16:46:43 1.17 --- src/usr.bin/less/prompt.c 2016/01/12 17:48:04 1.18 *************** *** 128,134 **** * Append a line number to the end of the message. */ static void ! ap_linenum(LINENUM linenum) { char buf[INT_STRLEN_BOUND(linenum) + 2]; --- 128,134 ---- * Append a line number to the end of the message. */ static void ! ap_linenum(off_t linenum) { char buf[INT_STRLEN_BOUND(linenum) + 2]; *************** *** 234,241 **** off_t pos; off_t len; int n; ! LINENUM linenum; ! LINENUM last_linenum; IFILE h; #undef PAGE_NUM --- 234,241 ---- off_t pos; off_t len; int n; ! off_t linenum; ! off_t last_linenum; IFILE h; #undef PAGE_NUM