You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libspt/files/libspt-glibc-2.30.patch

13 lines
233 B

--- 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;