aboutsummaryrefslogtreecommitdiffstats
path: root/net/icb/files/patch-ac
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-05-25 23:23:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-05-25 23:23:36 +0000
commit721685a75951a3194d0d12e4096185dbd76b379c (patch)
tree85d96e92468c3e284d56a6b0bdcec9e88832ddb1 /net/icb/files/patch-ac
parent4f2f81b483c4ca213a3d0646708dc0a15976ed0f (diff)
Internet CB - a chat client
Diffstat (limited to 'net/icb/files/patch-ac')
-rw-r--r--net/icb/files/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/icb/files/patch-ac b/net/icb/files/patch-ac
new file mode 100644
index 000000000000..c71c7790cfb1
--- /dev/null
+++ b/net/icb/files/patch-ac
@@ -0,0 +1,12 @@
+--- icb/c_log.c.orig Fri Feb 24 13:20:18 1995
++++ icb/c_log.c Mon May 25 15:04:35 1998
+@@ -46,7 +46,9 @@
+ struct tm *t, *localtime();
+ time_t clock;
+ extern int errno, sys_nerr;
++#if !(defined(BSD) && BSD >= 199306)
+ extern char *sys_errlist[];
++#endif
+
+ /* determine pathname to use */
+ if (path == NULL || *path == '\0')