mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/691762 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
13 lines
233 B
Diff
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;
|