aports/community/torsocks/gcc14-fix-compatibility-with-c99.patch

27 lines
931 B
Diff

Source: https://gitlab.torproject.org/tpo/core/torsocks/-/merge_requests/9.patch
--
From 1171bf2fd4e7a0cab02cf5fca59090b65af9cd29 Mon Sep 17 00:00:00 2001
From: Florian Weimer <fw@deneb.enyo.de>
Date: Wed, 20 Sep 2023 18:28:32 +0200
Subject: [PATCH] fix compatibility with C99
---
src/common/config-file.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/common/config-file.h b/src/common/config-file.h
index 23e1c89..e710c20 100644
--- a/src/common/config-file.h
+++ b/src/common/config-file.h
@@ -109,6 +109,7 @@ int conf_file_set_allow_inbound(const char *val, struct configuration *config);
int conf_file_set_allow_outbound_localhost(const char *val, struct
configuration *config);
int conf_file_set_isolate_pid(const char *val, struct configuration *config);
+int conf_file_set_enable_ipv6(const char *val, struct configuration *config);
int conf_apply_socks_auth(struct configuration *config);
--
GitLab