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.5 by asvitkine, 2012-06-17T04:23:17Z vs.
Revision 1.6 by asvitkine, 2012-06-17T16:41:01Z

# Line 179 | Line 179 | pty_allocate(int *ptyfd, int *ttyfd, cha
179                  close(*ptyfd);
180                  return 0;
181          }
182 < #ifndef HAVE_CYGWIN
182 > #if !defined(HAVE_CYGWIN) && !defined(__FreeBSD__)
183          /*
184           * Push the appropriate streams modules, as described in Solaris pts(7).
185           * HP-UX pts(7) doesn't have ttcompat module.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines