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.46 by sf-exg, Tue Dec 20 21:03:21 2011 UTC vs.
Revision 1.47 by sf-exg, Wed Dec 21 11:07:22 2011 UTC

56#endif 56#endif
57#ifdef TTY_GID_SUPPORT 57#ifdef TTY_GID_SUPPORT
58#include <grp.h> 58#include <grp.h>
59#endif 59#endif
60 60
61#ifndef O_NOCTTY
62# define O_NOCTTY 0
63#endif
64
61///////////////////////////////////////////////////////////////////////////// 65/////////////////////////////////////////////////////////////////////////////
62 66
63/* ------------------------------------------------------------------------- * 67/* ------------------------------------------------------------------------- *
64 * GET PSEUDO TELETYPE - MASTER AND SLAVE * 68 * GET PSEUDO TELETYPE - MASTER AND SLAVE *
65 * ------------------------------------------------------------------------- */ 69 * ------------------------------------------------------------------------- */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines