gentoo/dev-libs/libspt/files/libspt-glibc-2.30.patch
Akinori Hattori 5a78e4dc89
dev-libs/libspt: fix build with >=sys-libs/glibc-2.30
Closes: https://bugs.gentoo.org/691762
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
2019-10-27 18:08:58 +09:00

13 lines
233 B
Diff

--- a/libspt.c
+++ b/libspt.c
@@ -7,9 +7,6 @@
#include <time.h>
#include <stdio.h> /* for perror() */
#include <signal.h>
-#ifdef HAVE_PTY_SVR4
-#include <sys/stropts.h>
-#endif
struct spt_handle_tag {
connection *pconn;