From 1145638de5ecc851df5c57af14b2b051e3af799d Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Tue, 21 Dec 2021 19:38:47 +0100 Subject: [PATCH] Ports: Remove wchar parts from openssh patches --- Ports/openssh/patches/missing_functionality.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Ports/openssh/patches/missing_functionality.patch b/Ports/openssh/patches/missing_functionality.patch index 5c7cecf808..a364830c0f 100644 --- a/Ports/openssh/patches/missing_functionality.patch +++ b/Ports/openssh/patches/missing_functionality.patch @@ -150,19 +150,6 @@ index 554ceb0b..67464ef2 100644 #include #include #include -diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c -index 059b6d3b..2a248c81 100644 ---- a/openbsd-compat/bsd-misc.c -+++ b/openbsd-compat/bsd-misc.c -@@ -362,7 +362,7 @@ pledge(const char *promises, const char *paths[]) - } - #endif - --#ifndef HAVE_MBTOWC -+#if !defined(HAVE_MBTOWC) && !defined(__serenity__) - /* a mbtowc that only supports ASCII */ - int - mbtowc(wchar_t *pwc, const char *s, size_t n) diff --git a/openbsd-compat/getrrsetbyname-ldns.c b/openbsd-compat/getrrsetbyname-ldns.c index 4647b623..d684f6fb 100644 --- a/openbsd-compat/getrrsetbyname-ldns.c