summaryrefslogtreecommitdiff
path: root/net/icb/patches/patch-ah
blob: ebccc60b478eaa6b5809641cc28f2afef1a45e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ah,v 1.2 1999/11/26 22:12:37 hubertf Exp $

diff -x *.orig -urN ./icb/protos.h /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/protos.h
--- ./icb/protos.h	Fri Feb 24 22:20:25 1995
+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/protos.h	Fri Nov 26 22:56:28 1999
@@ -64,7 +64,7 @@
 int inserttab(void);
 int ishushed(char *nick);
 int lcaseit(char *s);
-#ifdef linux
+#if defined(linux) || (defined(BSD) && BSD >= 199306)
 int linebuffer(FILE *fp);
 #else
 int linebuffer(struct _iobuf *fp);