27 lines
577 B
Diff
27 lines
577 B
Diff
--- tty.c.bck 2016-09-14 08:12:52.517706416 -0400
|
|
+++ tty.c 2016-09-14 08:13:29.218260165 -0400
|
|
@@ -50,10 +50,8 @@
|
|
#ifdef SOLARIS
|
|
#include <strings.h>
|
|
#endif
|
|
-#ifdef __GLIBC__
|
|
/* msf - added for glibc/rh 5.0 */
|
|
#include <pty.h>
|
|
-#endif
|
|
|
|
#include "x10.h"
|
|
#include "process.h"
|
|
--- tty_aux.c.bck 2016-09-14 08:19:51.568551550 -0400
|
|
+++ tty_aux.c 2016-09-14 08:20:11.046306417 -0400
|
|
@@ -50,10 +50,8 @@
|
|
#ifdef SOLARIS
|
|
#include <strings.h>
|
|
#endif
|
|
-#ifdef __GLIBC__
|
|
/* msf - added for glibc/rh 5.0 */
|
|
#include <pty.h>
|
|
-#endif
|
|
|
|
#include <sys/socket.h>
|
|
#include <netdb.h>
|