|
Line 0
Link Here
|
|
|
1 |
--- icb/c_log.c.orig Sat May 11 23:59:42 2002 |
| 2 |
+++ icb/c_log.c Sun May 12 00:00:20 2002 |
| 3 |
@@ -30,7 +30,8 @@ |
| 4 |
time_t time(); |
| 5 |
struct tm *t, *localtime(); |
| 6 |
time_t clock; |
| 7 |
- extern int errno, sys_nerr; |
| 8 |
+ extern int errno; |
| 9 |
+ extern const int sys_nerr; |
| 10 |
|
| 11 |
/* determine pathname to use */ |
| 12 |
if (path == NULL || *path == '\0') { |