summaryrefslogtreecommitdiff
path: root/net-im/icb
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-15 19:53:17 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-15 19:53:17 +0000
commit96a5fd783f455f475d724659586fb4b85c226a3d (patch)
treef46c7582bff8ccd8c23da042fde82dcb974833c1 /net-im/icb
parentFix -current building (diff)
Fix building on -current
PR: 37966 Submitted by: obraun@informatik.unibw-muenchen.de
Notes
Notes: svn path=/head/; revision=59194
Diffstat (limited to 'net-im/icb')
-rw-r--r--net-im/icb/files/patch-icb::c_log.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/icb/files/patch-icb::c_log.c b/net-im/icb/files/patch-icb::c_log.c
new file mode 100644
index 000000000000..c8945448ce85
--- /dev/null
+++ b/net-im/icb/files/patch-icb::c_log.c
@@ -0,0 +1,12 @@
+--- icb/c_log.c.orig Sat May 11 23:59:42 2002
++++ icb/c_log.c Sun May 12 00:00:20 2002
+@@ -30,7 +30,8 @@
+ time_t time();
+ struct tm *t, *localtime();
+ time_t clock;
+- extern int errno, sys_nerr;
++ extern int errno;
++ extern const int sys_nerr;
+
+ /* determine pathname to use */
+ if (path == NULL || *path == '\0') {