diff --git a/srcpkgs/openbsd-netcat/patches/b64_ntop.patch b/srcpkgs/openbsd-netcat/patches/b64_ntop.patch new file mode 100644 index 00000000000..c4c80f1b37c --- /dev/null +++ b/srcpkgs/openbsd-netcat/patches/b64_ntop.patch @@ -0,0 +1,11 @@ +--- a/socks.c ++++ b/socks.c +@@ -53,6 +53,8 @@ + #define SOCKS_DOMAIN 3 + #define SOCKS_IPV6 4 + ++int b64_ntop (const unsigned char *, size_t, char *, size_t); ++ + int remote_connect(const char *, const char *, struct addrinfo, char *); + int socks_connect(const char *, const char *, struct addrinfo, + const char *, const char *, struct addrinfo, int,