summaryrefslogtreecommitdiff
path: root/net-im/icb/files/patch-icb::c_log.c
blob: c8945448ce85f19ff09f7a8e0779b57a16b954e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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') {