1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net-im/icb/files/patch-n-ac
1998-05-25 23:23:36 +00:00

12 lines
318 B
Plaintext

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