ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/src/ptytty.C
(Generate patch)

Comparing libptytty/src/ptytty.C (file contents):
Revision 1.51 by sf-exg, Thu Jan 19 13:30:58 2012 UTC vs.
Revision 1.52 by sf-exg, Thu Jan 19 20:07:14 2012 UTC

36#include <fcntl.h> 36#include <fcntl.h>
37 37
38#ifdef HAVE_SYS_IOCTL_H 38#ifdef HAVE_SYS_IOCTL_H
39# include <sys/ioctl.h> 39# include <sys/ioctl.h>
40#endif 40#endif
41#if defined(HAVE_SYS_STROPTS_H) 41#ifdef HAVE_STROPTS_H
42# include <sys/stropts.h> /* for I_PUSH */
43#endif
44#if defined(HAVE_ISASTREAM) && defined(HAVE_STROPTS_H)
45# include <stropts.h> 42# include <stropts.h>
46#endif 43#endif
47#if defined(HAVE_PTY_H) 44#if defined(HAVE_PTY_H)
48# include <pty.h> 45# include <pty.h>
49#elif defined(HAVE_LIBUTIL_H) 46#elif defined(HAVE_LIBUTIL_H)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines