mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix building on -current
PR: 37966 Submitted by: obraun@informatik.unibw-muenchen.de
This commit is contained in:
parent
3b820e5629
commit
96a5fd783f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59194
12
net-im/icb/files/patch-icb::c_log.c
Normal file
12
net-im/icb/files/patch-icb::c_log.c
Normal file
@ -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') {
|
12
net/icb/files/patch-icb::c_log.c
Normal file
12
net/icb/files/patch-icb::c_log.c
Normal file
@ -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') {
|
Loading…
Reference in New Issue
Block a user