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:
Sam James
2025-05-16 03:02:56 +01:00
parent 0db5ce887b
commit beb4312ad2
2 changed files with 0 additions and 13 deletions

View File

@@ -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__)

View File

@@ -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() {