ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sshpty.c
(Generate patch)

Comparing BasiliskII/src/Unix/sshpty.c (file contents):
Revision 1.6 by asvitkine, 2012-06-17T16:41:01Z vs.
Revision 1.7 by asvitkine, 2012-06-17T23:15:10Z

# Line 88 | Line 88 | RCSID("$OpenBSD: sshpty.c,v 1.4 2001/12/
88   #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
89   # include <sys/stropts.h>
90   #endif
91 + #if defined(HAVE_DEV_PTMX) && defined(HAVE_STROPTS_H)
92 + # include <stropts.h>
93 + #endif
94  
95   #ifndef O_NOCTTY
96   #define O_NOCTTY 0
# Line 179 | Line 182 | pty_allocate(int *ptyfd, int *ttyfd, cha
182                  close(*ptyfd);
183                  return 0;
184          }
185 < #if !defined(HAVE_CYGWIN) && !defined(__FreeBSD__)
185 > #ifndef HAVE_CYGWIN
186          /*
187           * Push the appropriate streams modules, as described in Solaris pts(7).
188           * HP-UX pts(7) doesn't have ttcompat module.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines