blob: c155635c82e05382a18e41c76ea334a336155669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ad,v 1.3 1999/07/26 21:19:26 tron Exp $
--- admin.c.orig Mon Sep 13 19:42:00 1993
+++ admin.c Mon Jul 26 23:11:38 1999
@@ -290,7 +290,7 @@
group_header *gh;
{
FILE *data, *ix;
- off_t data_offset, next_offset;
+ long data_offset, next_offset;
cross_post_number cross_post;
article_number cur_article;
int n, err_type;
@@ -453,7 +453,7 @@
group_header *gh;
{
FILE *data, *ix;
- off_t offset;
+ long offset;
cross_post_number cross_post;
article_number first_article;
int n;
|