diff options
| author | Michael Forney <mforney@mforney.org> | 2025-04-29 16:35:44 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-04-29 18:08:11 -0700 |
| commit | 06624ed7867c902e0ca44b5ca381e9d4dc157e14 (patch) | |
| tree | b599a63619db2f17915395b1b7c01025a6181159 /pkg/openbsd/patch/0014-Remove-getpass-definition.patch | |
| parent | f14538ac33402854509d46e1a7bdaae091c2fb80 (diff) | |
openbsd: Update to 7.7
Diffstat (limited to 'pkg/openbsd/patch/0014-Remove-getpass-definition.patch')
| -rw-r--r-- | pkg/openbsd/patch/0014-Remove-getpass-definition.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/pkg/openbsd/patch/0014-Remove-getpass-definition.patch b/pkg/openbsd/patch/0014-Remove-getpass-definition.patch deleted file mode 100644 index f2adafda..00000000 --- a/pkg/openbsd/patch/0014-Remove-getpass-definition.patch +++ /dev/null @@ -1,36 +0,0 @@ -From e76fda424564544bc8298fb5be7cda966451497d Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Sun, 26 Feb 2017 17:12:56 -0800 -Subject: [PATCH] Remove getpass definition - -It is a legacy function and musl already provides an implementation. ---- - lib/libc/gen/readpassphrase.c | 12 ++---------- - 1 file changed, 2 insertions(+), 10 deletions(-) - -diff --git a/lib/libc/gen/readpassphrase.c b/lib/libc/gen/readpassphrase.c -index a50eaf003..57c6dc527 100644 ---- a/lib/libc/gen/readpassphrase.c -+++ b/lib/libc/gen/readpassphrase.c -@@ -183,16 +183,8 @@ restart: - } - DEF_WEAK(readpassphrase); - --char * --getpass(const char *prompt) --{ -- static char buf[_PASSWORD_LEN + 1]; -- -- return(readpassphrase(prompt, buf, sizeof(buf), RPP_ECHO_OFF)); --} -- --static void handler(int s) -+static void -+handler(int s) - { -- - signo[s] = 1; - } --- -2.12.2 - |
