summaryrefslogtreecommitdiff
path: root/net-ftp/gftp/files/gftp-2.9.1b-fix-socklen-type.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-02 00:07:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-02 00:07:23 +0100
commit6657c680376cedf378fcf328e5fa03ed3b41d580 (patch)
tree44ea8d174f647daca562b9bdcbcb527a85a77d0a /net-ftp/gftp/files/gftp-2.9.1b-fix-socklen-type.patch
parent1551fe56fd6ba43a94509cffc61b6bf854b7ac9f (diff)
gentoo auto-resync : 02:06:2024 - 00:07:23
Diffstat (limited to 'net-ftp/gftp/files/gftp-2.9.1b-fix-socklen-type.patch')
-rw-r--r--net-ftp/gftp/files/gftp-2.9.1b-fix-socklen-type.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-ftp/gftp/files/gftp-2.9.1b-fix-socklen-type.patch b/net-ftp/gftp/files/gftp-2.9.1b-fix-socklen-type.patch
new file mode 100644
index 000000000000..f5bcdca11bbf
--- /dev/null
+++ b/net-ftp/gftp/files/gftp-2.9.1b-fix-socklen-type.patch
@@ -0,0 +1,11 @@
+--- a/lib/gftp.h 2024-04-26 09:08:32.404275437 +0000
++++ b/lib/gftp.h 2024-04-26 09:11:56.292057323 +0000
+@@ -361,7 +361,7 @@
+ int wakeup_main_thread[2]; /* FD that gets written to by the threads to wakeup the parent */
+
+ void *remote_addr;
+- size_t remote_addr_len;
++ socklen_t remote_addr_len;
+ int ai_family;
+ int ai_socktype;
+ unsigned int use_udp : 1; /* does this use UDP protocol? */