1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/icb/files/patch-n-ac
1999-09-20 02:12:51 +00:00

21 lines
597 B
Plaintext

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