From f4edd89f683be6b39c68af2635b0ac24958fa0f1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 13 May 2025 17:59:52 +0200 Subject: [PATCH] openbsd-netcat: add prototype for b64_ntop. --- srcpkgs/openbsd-netcat/patches/b64_ntop.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/openbsd-netcat/patches/b64_ntop.patch 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,