summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/patches/patch-ad')
-rw-r--r--news/nn/patches/patch-ad61
1 files changed, 21 insertions, 40 deletions
diff --git a/news/nn/patches/patch-ad b/news/nn/patches/patch-ad
index 5376b4a3b18..c155635c82e 100644
--- a/news/nn/patches/patch-ad
+++ b/news/nn/patches/patch-ad
@@ -1,41 +1,22 @@
-$NetBSD: patch-ad,v 1.2 1998/08/07 11:11:11 agc Exp $
+$NetBSD: patch-ad,v 1.3 1999/07/26 21:19:26 tron Exp $
---- inst.sh.orig Mon Sep 13 19:42:25 1993
-+++ inst.sh Wed May 20 00:14:13 1998
-@@ -1,8 +1,8 @@
-
- # (Large) prefix inserted above by Make
-
--# BSD systems keep chown in /etc
--PATH="$PATH:/etc"
-+# BSD systems keep chown in /usr/sbin
-+PATH="$PATH:/usr/sbin"
-
- case "$1" in
- mkdir)
-@@ -55,7 +55,7 @@
- ;;
- esac
-
--set -u
-+#set -u
-
- (
- if $NNTP
-@@ -365,7 +365,6 @@
-
- echo
- echo "Formatting online manual $MAN"
-- echo ".... (continues in background) ...."
-
- rm -f $MAN
-
-@@ -380,7 +379,7 @@
- ${AWK} -f format.awk - > $MAN
-
- ./inst chmod 644 $MAN
-- ) &
-+ )
- ;;
-
- splitdb)
+--- 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;