summaryrefslogtreecommitdiff
path: root/news/nn/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'news/nn/patches/patch-aa')
-rw-r--r--news/nn/patches/patch-aa42
1 files changed, 2 insertions, 40 deletions
diff --git a/news/nn/patches/patch-aa b/news/nn/patches/patch-aa
index 0e4e90fc1c5..ad0a3937b4d 100644
--- a/news/nn/patches/patch-aa
+++ b/news/nn/patches/patch-aa
@@ -804,7 +804,7 @@
/* define types of library functions */
-+ #ifndef __FreeBSD__
++ #ifndef __NetBSD__
char *getenv(), *ctime();
#ifndef MALLOC_FUNC_CHECK
char *strchr(), *strrchr();
@@ -861,44 +861,6 @@
FILE * nntp_fopen_list __APROTO((char *cmd));
char * nntp_fgets __APROTO((char *buf, int size));
article_number *nntp_get_article_list __APROTO((group_header *gh));
-*** inst.sh.orig Mon Sep 13 21:42:25 1993
---- inst.sh Sat Apr 15 04:57:51 1995
-***************
-*** 1,8 ****
-
- # (Large) prefix inserted above by Make
-
-! # BSD systems keep chown in /etc
-! PATH="$PATH:/etc"
-
- case "$1" in
- mkdir)
---- 1,8 ----
-
- # (Large) prefix inserted above by Make
-
-! # BSD systems keep chown in /usr/sbin
-! PATH="$PATH:/usr/sbin"
-
- case "$1" in
- mkdir)
-***************
-*** 55,61 ****
- ;;
- esac
-
-! set -u
-
- (
- if $NNTP
---- 55,61 ----
- ;;
- esac
-
-! #set -u
-
- (
- if $NNTP
*** kill.c.orig Mon Sep 13 21:42:28 1993
--- kill.c Sat Apr 15 04:57:52 1995
***************
@@ -1280,7 +1242,7 @@
import int silent, no_update;
import int sys_nerr;
-+ #ifndef __FreeBSD__
++ #ifndef __NetBSD__
import char *sys_errlist[];
+ #endif
extern void nn_exitmsg();