18 lines
390 B
Diff
18 lines
390 B
Diff
Description: Fix FTBFS with gcc-14
|
|
Author: Tim Woodall <debianbugs@woodall.me.uk>
|
|
Bug-Debian: https://bugs.debian.org/1075339
|
|
Forwarded: no
|
|
Last-Update: 2024-08-25
|
|
|
|
--- opendkim-2.11.0~beta2.orig/librbl/rbl.c
|
|
+++ opendkim-2.11.0~beta2/librbl/rbl.c
|
|
@@ -329,7 +329,7 @@ void
|
|
rbl_res_close(void *srv)
|
|
{
|
|
#ifdef HAVE_RES_NINIT
|
|
- struct state *res;
|
|
+ struct __res_state *res;
|
|
|
|
res = srv;
|
|
|