diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-05-25 23:23:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-05-25 23:23:36 +0000 |
commit | 721685a75951a3194d0d12e4096185dbd76b379c (patch) | |
tree | 85d96e92468c3e284d56a6b0bdcec9e88832ddb1 /net/icb/files/patch-n-ac | |
parent | MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash. (diff) |
Internet CB - a chat client
Notes
Notes:
svn path=/head/; revision=11144
Diffstat (limited to 'net/icb/files/patch-n-ac')
-rw-r--r-- | net/icb/files/patch-n-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/icb/files/patch-n-ac b/net/icb/files/patch-n-ac new file mode 100644 index 000000000000..925a665408c6 --- /dev/null +++ b/net/icb/files/patch-n-ac @@ -0,0 +1,11 @@ +--- 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); |