=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/command.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- src/usr.bin/less/command.c 2015/11/23 09:26:51 1.27 +++ src/usr.bin/less/command.c 2016/01/12 17:48:04 1.28 @@ -52,7 +52,7 @@ static int mca; /* The multicharacter command (action) */ static int search_type; /* The previous type of search */ -static LINENUM number; /* The number typed by the user */ +static off_t number; /* The number typed by the user */ static long fraction; /* The fractional part of the number */ static struct loption *curropt; static int opt_lower;