git: 8d40d32ae373 - main - security/openssh-portable: Fix build without LIBEDIT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Oct 2021 21:06:47 UTC
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d40d32ae3734f26b59ddff988aced383907d2a5 commit 8d40d32ae3734f26b59ddff988aced383907d2a5 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2021-10-12 21:05:12 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2021-10-12 21:05:45 +0000 security/openssh-portable: Fix build without LIBEDIT This removes a patch that is no longer needed with 8.8p1. Reported by: leres --- security/openssh-portable/files/patch-sftp.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/security/openssh-portable/files/patch-sftp.c b/security/openssh-portable/files/patch-sftp.c deleted file mode 100644 index 1e5e2c8de17b..000000000000 --- a/security/openssh-portable/files/patch-sftp.c +++ /dev/null @@ -1,17 +0,0 @@ ---- sftp.c.orig 2021-09-10 10:43:58.802512000 -0700 -+++ sftp.c 2021-09-10 10:44:19.707367000 -0700 -@@ -252,12 +252,14 @@ cmd_interrupt(int signo) - errno = olderrno; - } - -+#ifdef USE_LIBEDIT - /* ARGSUSED */ - static void - read_interrupt(int signo) - { - interrupted = 1; - } -+#endif - - /*ARGSUSED*/ - static void