=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/prompt.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -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,7 +128,7 @@ * Append a line number to the end of the message. */ static void -ap_linenum(LINENUM linenum) +ap_linenum(off_t linenum) { char buf[INT_STRLEN_BOUND(linenum) + 2]; @@ -234,8 +234,8 @@ off_t pos; off_t len; int n; - LINENUM linenum; - LINENUM last_linenum; + off_t linenum; + off_t last_linenum; IFILE h; #undef PAGE_NUM