summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-an
blob: 964da29b4e38be384724537f5df6ed74bc818cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.1 1999/07/26 21:19:29 tron Exp $

--- digest.c.orig	Sun Aug 15 08:59:50 1993
+++ digest.c	Mon Jul 26 23:11:38 1999
@@ -267,7 +267,7 @@
 skip_digest_body(f)
 register FILE *f;
 {
-    off_t  backup_p[BACKUP_LINES];
+    long   backup_p[BACKUP_LINES];
     int	   line_type[BACKUP_LINES];
     register int backup_index, backup_count;
     int    more_header_lines, end_or_asterisks, blanks;