mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1d90b4b98c
to build on FreeBSD/Alpha.
21 lines
597 B
Plaintext
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);
|