$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;