diff options
-rw-r--r-- | net-im/icb/files/patch-icb::c_log.c | 12 | ||||
-rw-r--r-- | net/icb/files/patch-icb::c_log.c | 12 |
2 files changed, 24 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') { diff --git a/net/icb/files/patch-icb::c_log.c b/net/icb/files/patch-icb::c_log.c new file mode 100644 index 000000000000..c8945448ce85 --- /dev/null +++ b/net/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') { |