aboutsummaryrefslogtreecommitdiff
path: root/net-im/icb/files/patch-n-ac
blob: 925a665408c6d9db77aa6cb32d91ac2899122649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- icb/protos.h-orig	Fri Feb 24 22:20:25 1995
+++ icb/protos.h	Wed Apr 15 12:07:50 1998
@@ -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);