mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Revert "app-misc/screen: Add missing pty.h header"
This reverts commit df2788666f.
Doesn't apply. See https://bugs.gentoo.org/953896#c3.
Bug: https://bugs.gentoo.org/953896
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
diff --git a/src/pty.c b/src/pty.c
|
||||
index 6791fd5..093273d 100644
|
||||
--- a/src/pty.c
|
||||
+++ b/src/pty.c
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
+#include <pty.h>
|
||||
#include <signal.h>
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
@@ -34,7 +34,6 @@ PATCHES=(
|
||||
# Don't use utempter even if it is found on the system.
|
||||
"${FILESDIR}"/${PN}-4.3.0-no-utempter.patch
|
||||
"${FILESDIR}"/${PN}-4.9.1-utmp-exit.patch
|
||||
"${FILESDIR}"/${PN}-4.9.1-add-missing-pty.h-header.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user