summaryrefslogtreecommitdiff
path: root/net-misc/sitecopy/files/sitecopy-0.16.6-33-c99-build-fix.patch
blob: 59b8e089b5a440bc1529e83a39fac37762a05c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Bug: https://bugs.gentoo.org/921255
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -634,7 +634,7 @@ static int dtp_open_active(ftp_session *sess, const char *command)
     char *a, *p;
     int ret;
     int listener;
-    size_t alen;
+    socklen_t alen;
     struct sockaddr_in addr;
 
     ret = ftp_open(sess);