summaryrefslogtreecommitdiff
path: root/net-im/icb/files/patch-icb::c_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/icb/files/patch-icb::c_log.c')
-rw-r--r--net-im/icb/files/patch-icb::c_log.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/icb/files/patch-icb::c_log.c b/net-im/icb/files/patch-icb::c_log.c
deleted file mode 100644
index c8945448ce85..000000000000
--- a/net-im/icb/files/patch-icb::c_log.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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') {