openbsd-ports/net/icb/patches/patch-ag
brad d3db425848 - convert patches to unified diffs
- merge contents of patch-ad and patch-an into patch-ad
2000-01-16 09:26:46 +00:00

12 lines
318 B
Plaintext

--- icb/protos.h.orig Fri Feb 24 16:20:25 1995
+++ icb/protos.h Sun Jan 16 01:47:15 2000
@@ -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);