summaryrefslogtreecommitdiff
path: root/news/fidogate4/files/patch-log.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-02-04 10:41:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-02-04 10:41:41 +0000
commit5037eb16010e0502027c76667ca8e3f8807e5f92 (patch)
tree42f63ed0323033af5cdd051ff2b6223bbe858701 /news/fidogate4/files/patch-log.c
parentdns/dnsdist: Update to 1.4.0 (diff)
- move fidogate to fidogate4
- update to 5.7 PR: 243761 Submitted by: Sergey Anokhin
Diffstat (limited to 'news/fidogate4/files/patch-log.c')
-rw-r--r--news/fidogate4/files/patch-log.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/fidogate4/files/patch-log.c b/news/fidogate4/files/patch-log.c
new file mode 100644
index 000000000000..5059853894ec
--- /dev/null
+++ b/news/fidogate4/files/patch-log.c
@@ -0,0 +1,12 @@
+--- src/common/log.c.orig 2004-08-26 20:56:20 UTC
++++ src/common/log.c
+@@ -69,8 +69,8 @@ static int must_openlog = TRUE;
+ char *strerror(int errnum)
+ {
+ #ifndef OS2
+- extern int sys_nerr;
+ # ifndef __FreeBSD__
++ extern int sys_nerr;
+ extern char *sys_errlist[];
+ # endif
+ #endif