mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
14 lines
295 B
Diff
14 lines
295 B
Diff
|
--- ./lib/pty.c.orig 2007-03-12 20:56:43.000000000 -0500
|
||
|
+++ ./lib/pty.c 2019-08-19 17:30:51.858199288 -0500
|
||
|
@@ -61,10 +61,6 @@
|
||
|
|
||
|
#elif HAVE_GRANTPT
|
||
|
|
||
|
-#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__))
|
||
|
-#include <stropts.h>
|
||
|
-#endif
|
||
|
-
|
||
|
char *
|
||
|
gftp_get_pty_impl (void)
|
||
|
{
|