1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/icb/files/patch-n-ac

21 lines
597 B
Plaintext
Raw Normal View History

--- icb/protos.h.orig Fri Feb 24 15:20:25 1995
+++ icb/protos.h Sun Sep 19 18:17:21 1999
@@ -15,7 +15,7 @@
char *idlestr(char *num);
char *nextword(char *s);
char *response(char *num);
-char *strscat(int va_alist,...);
+char *strscat(char *dest, ...);
char *tildexpand(char *s);
int addusage(char *name, int type, char *args, char *usage);
sighandler askquit();
1998-05-25 23:23:36 +00:00
@@ -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);