mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
606 B
Plaintext
14 lines
606 B
Plaintext
$NetBSD: patch-at,v 1.3 2006/10/14 19:33:45 schwarz Exp $
|
|
|
|
--- more.c.orig 2005-04-20 01:44:29.000000000 +0200
|
|
+++ more.c 2006-10-14 20:28:07.000000000 +0200
|
|
@@ -380,7 +380,7 @@
|
|
struct digest_header digest_save;
|
|
int linenum, maxline, topline, print_lines, lno1;
|
|
int scroll_lines, scroll_from;
|
|
- off_t scroll_offset;
|
|
+ long scroll_offset;
|
|
int underline_line, fake_underline;
|
|
int match_lines, match_redraw, match_topline = 0, match_botline;
|
|
int goto_line, prev_goto, stop_line, extra_lines;
|